Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lists inconsistency #45

Closed
sozonnyk opened this issue Feb 5, 2013 · 1 comment
Closed

Lists inconsistency #45

sozonnyk opened this issue Feb 5, 2013 · 1 comment

Comments

@sozonnyk
Copy link

sozonnyk commented Feb 5, 2013

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

--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. 
@jamesls
Copy link
Member

jamesls commented Aug 20, 2014

Closing out old issue. There's been docs/examples added to hopefully make this less troublesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants