weightedCapacity property
The number of capacity units provided by the specified instance type in
terms of virtual CPUs, memory, storage, throughput, or other relative
performance characteristic. When a Spot or On-Demand Instance is
provisioned, the capacity units count toward the desired capacity. Amazon
EC2 Auto Scaling provisions instances until the desired capacity is totally
fulfilled, even if this results in an overage. For example, if there are 2
units remaining to fulfill capacity, and Amazon EC2 Auto Scaling can only
provision an instance with a WeightedCapacity
of 5 units, the
instance is provisioned, and the desired capacity is exceeded by 3 units.
For more information, see Instance
weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling
User Guide. Value must be in the range of 1 to 999.
Implementation
final String? weightedCapacity;