Class: Aws::EC2::Types::ReservationFleetInstanceSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReservationFleetInstanceSpecification
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Information about an instance type to use in a Capacity Reservation Fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone in which the Capacity Reservation Fleet reserves the capacity.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity.
-
#ebs_optimized ⇒ Boolean
Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types.
-
#instance_platform ⇒ String
The type of operating system for which the Capacity Reservation Fleet reserves capacity.
-
#instance_type ⇒ String
The instance type for which the Capacity Reservation Fleet reserves capacity.
-
#priority ⇒ Integer
The priority to assign to the instance type.
-
#weight ⇒ Float
The number of capacity units provided by the specified instance type.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |
#ebs_optimized ⇒ Boolean
Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using EBS-optimized instance types.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |
#instance_platform ⇒ String
The type of operating system for which the Capacity Reservation Fleet reserves capacity.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type for which the Capacity Reservation Fleet reserves capacity.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority to assign to the instance type. This value is used to determine which of the instance types specified for the Fleet should be prioritized for use. A lower value indicates a high priority. For more information, see Instance type priority in the Amazon EC2 User Guide.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Float
The number of capacity units provided by the specified instance type. This value, together with the total target capacity that you specify for the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.
60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60046 class ReservationFleetInstanceSpecification < Struct.new( :instance_type, :instance_platform, :weight, :availability_zone, :availability_zone_id, :ebs_optimized, :priority) SENSITIVE = [] include Aws::Structure end |