Show / Hide Table of Contents

Class FleetLaunchTemplateConfigOverride

Inheritance
System.Object
FleetLaunchTemplateConfigOverride
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetLaunchTemplateConfigOverride

Fields

View Source

AvailabilityZone

Availability Zone in which to launch the instances.

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

InstanceType

Instance type.

Declaration
public readonly string InstanceType
Field Value
Type Description
System.String
View Source

MaxPrice

Maximum price per unit hour that you are willing to pay for a Spot Instance.

Declaration
public readonly string MaxPrice
Field Value
Type Description
System.String
View Source

Priority

Priority for the launch template override. If on_demand_options allocation_strategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity. The highest priority is launched first. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. Valid values are whole numbers starting at 0.

Declaration
public readonly double? Priority
Field Value
Type Description
System.Nullable<System.Double>
View Source

SubnetId

ID of the subnet in which to launch the instances.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
View Source

WeightedCapacity

Number of units provided by the specified instance type.

Declaration
public readonly double? WeightedCapacity
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.