Spot Fleet Spot Placement
data class SpotFleetSpotPlacement(val availabilityZone: String? = null, val groupName: String? = null, val tenancy: SpotFleetSpotPlacementTenancy? = null)
Constructors
Link copied to clipboard
constructor(availabilityZone: String? = null, groupName: String? = null, tenancy: SpotFleetSpotPlacementTenancy? = null)
Properties
Link copied to clipboard
The Availability Zone. To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
Link copied to clipboard
The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated
runs on single-tenant hardware. The host
tenancy is not supported for Spot Instances.