AutoScalingGroupConfiguration
Describes the configuration of an EC2 Auto Scaling group.
Contents
- allocationStrategy
-
Describes the allocation strategy that the EC2 Auto Scaling group uses. This field is only available for EC2 Auto Scaling groups with mixed instance types.
Type: String
Valid Values:
Prioritized | LowestPrice
Required: No
- desiredCapacity
-
The desired capacity, or number of instances, for the EC2 Auto Scaling group.
Type: Integer
Required: No
- estimatedInstanceHourReductionPercentage
-
Describes the projected percentage reduction in instance hours after adopting the recommended configuration. This field is only available for EC2 Auto Scaling groups with scaling policies.
Type: Double
Required: No
- instanceType
-
The instance type for the EC2 Auto Scaling group.
Type: String
Required: No
- maxSize
-
The maximum size, or maximum number of instances, for the EC2 Auto Scaling group.
Type: Integer
Required: No
- minSize
-
The minimum size, or minimum number of instances, for the EC2 Auto Scaling group.
Type: Integer
Required: No
- mixedInstanceTypes
-
List the instance types within an EC2 Auto Scaling group that has mixed instance types.
Type: Array of strings
Required: No
- type
-
Describes whether the EC2 Auto Scaling group has a single instance type or a mixed instance type configuration.
Type: String
Valid Values:
SingleInstanceType | MixedInstanceTypes
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: