AWSAutoScalingMixedInstancesPolicy
Objective-C
@interface AWSAutoScalingMixedInstancesPolicy
Swift
class AWSAutoScalingMixedInstancesPolicy
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.
-
The instances distribution.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingInstancesDistribution *_Nullable instancesDistribution;
Swift
var instancesDistribution: AWSAutoScalingInstancesDistribution? { get set }
-
One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingLaunchTemplate *_Nullable launchTemplate;
Swift
var launchTemplate: AWSAutoScalingLaunchTemplate? { get set }