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 as the number
of instances. Or you can set the target capacity to 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
parameter, or both parameters 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 OnDemandOptionsRequest
and SpotOptionsRequest.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class TargetCapacitySpecificationRequest
The TargetCapacitySpecificationRequest type exposes the following members
Name | Description | |
---|---|---|
TargetCapacitySpecificationRequest() |
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. |
|
SpotTargetCapacity | System.Int32 |
Gets and sets the property SpotTargetCapacity. The number of Spot units to request. |
|
TargetCapacityUnitType | Amazon.EC2.TargetCapacityUnitType |
Gets and sets the property TargetCapacityUnitType. The unit for the target capacity. You can specify this parameter only when using attributed-based instance type selection.
Default: |
|
TotalTargetCapacity | System.Int32 |
Gets and sets the property TotalTargetCapacity. The number of units to request, filled using 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