Amazon Elastic Compute Cloud SpotFleet Placement
Placement is a property of the Amazon Elastic Compute Cloud SpotFleet LaunchSpecifications property that defines the placement group for the Spot instances.
Syntax
JSON
{ "AvailabilityZone" :String, "GroupName" :String, "Tenancy" :String}
YAML
AvailabilityZone:StringGroupName:StringTenancy:String
Properties
For more information, including defaults, valid values, and constraints, see SpotPlacement in the Amazon EC2 API Reference
AvailabilityZone-
The Availability Zone (AZ) of the placement group.
Required: No
Type: String
Update requires: No interruption
GroupName-
The name of the placement group (for cluster instances).
Required: No
Type: String
Update requires: No interruption
Tenancy-
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.
Required: No
Type: String
Update requires: No interruption
