AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The number of units to request. You can choose to set the target capacity in terms
of instances or a performance characteristic that is important to your application
workload, such as vCPUs, memory, or I/O. If the request type is maintain
, you
can specify a target capacity of 0 and add capacity later.
You can use the On-Demand Instance MaxTotalPrice
parameter, the Spot Instance
MaxTotalPrice
, or both to ensure that your fleet cost does not exceed your
budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances
in your request, EC2 Fleet will launch instances until it reaches the maximum amount
that you're willing to pay. When the maximum amount you're willing to pay is reached,
the fleet stops launching instances even if it hasn’t met the target capacity. The
MaxTotalPrice
parameters are located in OnDemandOptions
and SpotOptions.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class TargetCapacitySpecification
The TargetCapacitySpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
TargetCapacitySpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
DefaultTargetCapacityType | Amazon.EC2.DefaultTargetCapacityType |
Gets and sets the property DefaultTargetCapacityType. The default target capacity type. |
![]() |
OnDemandTargetCapacity | System.Int32 |
Gets and sets the property OnDemandTargetCapacity. The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units. |
![]() |
SpotTargetCapacity | System.Int32 |
Gets and sets the property SpotTargetCapacity. The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units. |
![]() |
TargetCapacityUnitType | Amazon.EC2.TargetCapacityUnitType |
Gets and sets the property TargetCapacityUnitType. The unit for the target capacity. |
![]() |
TotalTargetCapacity | System.Int32 |
Gets and sets the property TotalTargetCapacity. The number of units to request, filled the default target capacity type. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5