Group Mixed Instances Policy Instances Distribution
data class GroupMixedInstancesPolicyInstancesDistribution(val onDemandAllocationStrategy: String? = null, val onDemandBaseCapacity: Int? = null, val onDemandPercentageAboveBaseCapacity: Int? = null, val spotAllocationStrategy: String? = null, val spotInstancePools: Int? = null, val spotMaxPrice: String? = null)
Constructors
Types
Properties
Link copied to clipboard
Number of Spot pools per availability zone to allocate capacity. EC2 Auto Scaling selects the cheapest Spot pools and evenly allocates Spot capacity across the number of Spot pools that you specify. Only available with spot_allocation_strategy
set to lowest-price
. Otherwise it must be set to 0
, if it has been defined before. Default: 2
.