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
When creating autoscaling group in vpc, availability zones list style is different from subnet identifiers list. One is using comma as separator, other - space. Despite this is mentioned in documentation, this inconsistency is very frustrating.
--vpc-zone-identifier (string)
A comma-separated list of subnet identifiers of Amazon Virtual Private Clouds (Amazon VPCs).
--availability-zones (list)
A list of Availability Zones for the Auto Scaling group.
The text was updated successfully, but these errors were encountered:
When creating autoscaling group in vpc, availability zones list style is different from subnet identifiers list. One is using comma as separator, other - space. Despite this is mentioned in documentation, this inconsistency is very frustrating.
aws autoscaling create-auto-scaling-group --availability-zones ap-southeast-2a ap-southeast-2b --vpc-zone-identifier subnet-c79e76ae,subnet-d89e76b1
The text was updated successfully, but these errors were encountered: