onDemandPercentageAboveBaseCapacity property
Controls the percentages of On-Demand Instances and Spot Instances for your
additional capacity beyond OnDemandBaseCapacity
. Expressed as a
number (for example, 20 specifies 20% On-Demand Instances, 80% Spot
Instances). Defaults to 100 if not specified. If set to 100, only On-Demand
Instances are provisioned.
Implementation
final int? onDemandPercentageAboveBaseCapacity;