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 overrides for a launch template.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class FleetLaunchTemplateOverrides
The FleetLaunchTemplateOverrides type exposes the following members
Name | Description | |
---|---|---|
![]() |
FleetLaunchTemplateOverrides() |
Name | Type | Description | |
---|---|---|---|
![]() |
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone. The Availability Zone in which to launch the instances. |
![]() |
ImageId | System.String |
Gets and sets the property ImageId. The ID of the AMI. An AMI is required to launch an instance. The AMI ID must be specified here or in the launch template. |
![]() |
InstanceRequirements | Amazon.EC2.Model.InstanceRequirements |
Gets and sets the property InstanceRequirements. The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
If you specify |
![]() |
InstanceType | Amazon.EC2.InstanceType |
Gets and sets the property InstanceType. The instance type.
If you specify |
![]() |
MaxPrice | System.String |
Gets and sets the property MaxPrice. The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter. |
![]() |
Placement | Amazon.EC2.Model.PlacementResponse |
Gets and sets the property Placement. The location where the instance launched, if applicable. |
![]() |
Priority | System.Double |
Gets and sets the property Priority. The priority for the launch template override. The highest priority is launched first.
If the On-Demand
If the Spot
Valid values are whole numbers starting at |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The ID of the subnet in which to launch the instances. |
![]() |
WeightedCapacity | System.Double |
Gets and sets the property WeightedCapacity. The number of units provided by the specified instance type. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5