MixedInstancesPolicy class

Describes a mixed instances policy for an Auto Scaling group. With mixed instances, your Auto Scaling group can provision a combination of On-Demand Instances and Spot Instances across multiple instance types. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.

You can create a mixed instances policy for a new Auto Scaling group, or you can create it for an existing group by updating the group to specify MixedInstancesPolicy as the top-level parameter instead of a launch configuration or launch template.

Constructors

MixedInstancesPolicy({InstancesDistribution? instancesDistribution, LaunchTemplate? launchTemplate})
MixedInstancesPolicy.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instancesDistribution InstancesDistribution?
Specifies the instances distribution. If not provided, the value for each parameter in InstancesDistribution uses a default value.
final
launchTemplate LaunchTemplate?
Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited