You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For EC2 Classic instances: `"SUSE Linux (Amazon VPC)"`, `"Windows (Amazon VPC)"`.
169
162
170
-
*`availability_zones` - (Optional) One or more availability Zones for the group. When this parameter is set, compute.subnetIds should be left unused.
171
-
*`availability_zones_name` - (Required) The Availability Zone name.
172
-
*`subnet_ids` - (Optional) A comma-separated list of subnet identifiers for your group.
173
-
*`placement_group_name` - (Optional) specify a Placement Group name, the instances will be launched in the Placement Group for the AZ.
163
+
*`availability_zones` - (Optional) List of Strings of availability zones. When this parameter is set, `subnet_ids` should be left unused.
164
+
Note: `availability_zones` naming syntax follows the convention `availability-zone:subnet:placement-group-name`. For example, to set an AZ in `us-east-1` with subnet `subnet-123456` and placement group `ClusterI03`, you would set:
0 commit comments