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 LaunchTemplateOverrides
The LaunchTemplateOverrides type exposes the following members
Name | Description | |
---|---|---|
LaunchTemplateOverrides() |
Name | Type | Description | |
---|---|---|---|
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone. The Availability Zone in which to launch the instances. |
|
InstanceRequirements | Amazon.EC2.Model.InstanceRequirements |
Gets and sets the property InstanceRequirements. The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use your On-Demand and Spot allocation strategies to launch instances from these instance types, in the same way as when you specify a list of instance types.
If you specify |
|
InstanceType | Amazon.EC2.InstanceType |
Gets and sets the property InstanceType. The instance type. |
|
Priority | System.Double |
Gets and sets the property Priority. The priority for the launch template override. The highest priority is launched first.
If
If the Spot
Valid values are whole numbers starting at |
|
SpotPrice | System.String |
Gets and sets the property SpotPrice. 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. |
|
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. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O. If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.
When specifying weights, the price used in the |
.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