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.
Describes the configuration of On-Demand Instances in an EC2 Fleet.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class OnDemandOptions
The OnDemandOptions type exposes the following members
Name | Description | |
---|---|---|
![]() |
OnDemandOptions() |
Name | Type | Description | |
---|---|---|---|
![]() |
AllocationStrategy | Amazon.EC2.FleetOnDemandAllocationStrategy |
Gets and sets the property AllocationStrategy. The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
Default: |
![]() |
CapacityReservationOptions | Amazon.EC2.Model.CapacityReservationOptions |
Gets and sets the property CapacityReservationOptions. The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
Supported only for fleets of type |
![]() |
MaxTotalPrice | System.String |
Gets and sets the property MaxTotalPrice. The maximum amount per hour for On-Demand Instances that you're willing to pay. |
![]() |
MinTargetCapacity | System.Int32 |
Gets and sets the property MinTargetCapacity. The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.
Supported only for fleets of type
At least one of the following must be specified: |
![]() |
SingleAvailabilityZone | System.Boolean |
Gets and sets the property SingleAvailabilityZone. Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.
Supported only for fleets of type |
![]() |
SingleInstanceType | System.Boolean |
Gets and sets the property SingleInstanceType. Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.
Supported only for fleets of type |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5