AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.TargetCapacitySpecificationRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class TargetCapacitySpecificationRequest

The TargetCapacitySpecificationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultTargetCapacityType Amazon.EC2.DefaultTargetCapacityType

Gets and sets the property DefaultTargetCapacityType.

The default target capacity type.

Public Property OnDemandTargetCapacity System.Int32

Gets and sets the property OnDemandTargetCapacity.

The number of On-Demand units to request.

Public Property SpotTargetCapacity System.Int32

Gets and sets the property SpotTargetCapacity.

The number of Spot units to request.

Public Property 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: units (the number of instances)

Public Property TotalTargetCapacity System.Int32

Gets and sets the property TotalTargetCapacity.

The number of units to request, filled using the default target capacity type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5