Class: Aws::AutoScaling::Types::MixedInstancesPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::MixedInstancesPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group.
A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see [Auto Scaling groups with multiple instance types and purchase options] in the *Amazon EC2 Auto Scaling User Guide*.
[1]: docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances_distribution ⇒ Types::InstancesDistribution
The instances distribution.
-
#launch_template ⇒ Types::LaunchTemplate
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
Instance Attribute Details
#instances_distribution ⇒ Types::InstancesDistribution
The instances distribution.
5155 5156 5157 5158 5159 5160 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5155 class MixedInstancesPolicy < Struct.new( :launch_template, :instances_distribution) SENSITIVE = [] include Aws::Structure end |
#launch_template ⇒ Types::LaunchTemplate
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
5155 5156 5157 5158 5159 5160 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5155 class MixedInstancesPolicy < Struct.new( :launch_template, :instances_distribution) SENSITIVE = [] include Aws::Structure end |