メインコンテンツまでスキップ

AWSAutoScalingInstancesDistribution

No description

type AWSAutoScalingInstancesDistribution {
onDemandAllocationStrategy: String!
onDemandBaseCapacity: Int!
onDemandPercentageAboveBaseCapacity: Int!
spotAllocationStrategy: String!
spotInstancePools: Int!
spotMaximumPrice: String!
}

Fields

AWSAutoScalingInstancesDistribution.onDemandAllocationStrategy ● String! non-null scalar

The allocation strategy to apply to your On-Demand Instances when they are launched

AWSAutoScalingInstancesDistribution.onDemandBaseCapacity ● Int! non-null scalar

The minimum amount of the Auto Scaling group's capacity that must be fulfilled by On-Demand Instances

AWSAutoScalingInstancesDistribution.onDemandPercentageAboveBaseCapacity ● Int! non-null scalar

Controls the percentages of On-Demand Instances and Spot Instances for your additional capacity beyond On-Demand Base Capacity

AWSAutoScalingInstancesDistribution.spotAllocationStrategy ● String! non-null scalar

The allocation strategy to apply to your Spot Instances when they are launched

AWSAutoScalingInstancesDistribution.spotInstancePools ● Int! non-null scalar

The number of Spot Instances for your additional capacity beyond Spot Instance Base Capacity

AWSAutoScalingInstancesDistribution.spotMaximumPrice ● String! non-null scalar

The maximum price per unit hour that you are willing to pay for a Spot Instance

Member of

AWSAutoScalingMixedInstancesPolicy object