Instance Fleet Instance Type Config
data class InstanceFleetInstanceTypeConfig(val bidPrice: String? = null, val bidPriceAsPercentageOfOnDemandPrice: Double? = null, val configurations: List<InstanceFleetInstanceTypeConfigConfiguration>? = null, val ebsConfigs: List<InstanceFleetInstanceTypeConfigEbsConfig>? = null, val instanceType: String, val weightedCapacity: Int? = null)
Constructors
Link copied to clipboard
fun InstanceFleetInstanceTypeConfig(bidPrice: String? = null, bidPriceAsPercentageOfOnDemandPrice: Double? = null, configurations: List<InstanceFleetInstanceTypeConfigConfiguration>? = null, ebsConfigs: List<InstanceFleetInstanceTypeConfigEbsConfig>? = null, instanceType: String, weightedCapacity: Int? = null)
Types
Properties
Link copied to clipboard
The bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by instance_type
. Expressed as a number (for example, 20 specifies 20%). If neither bid_price
nor bid_price_as_percentage_of_on_demand_price
is provided, bid_price_as_percentage_of_on_demand_price
defaults to 100%.
Link copied to clipboard