Fleet Launch Template Config Override
data class FleetLaunchTemplateConfigOverride(val availabilityZone: String? = null, val instanceRequirements: FleetLaunchTemplateConfigOverrideInstanceRequirements? = null, val instanceType: String? = null, val maxPrice: String? = null, val priority: Double? = null, val subnetId: String? = null, val weightedCapacity: Double? = null)
Constructors
Link copied to clipboard
fun FleetLaunchTemplateConfigOverride(availabilityZone: String? = null, instanceRequirements: FleetLaunchTemplateConfigOverrideInstanceRequirements? = null, instanceType: String? = null, maxPrice: String? = null, priority: Double? = null, subnetId: String? = null, weightedCapacity: Double? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard