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

Auto Scale group creation not accepting (id, port) tuples for load balancers. #249

Closed
EdLeafe opened this issue Nov 18, 2013 · 0 comments
Closed
Labels

Comments

@EdLeafe
Copy link
Contributor

EdLeafe commented Nov 18, 2013

You should be able to identify a load balancer for an autoscale group by a tuple of (id, port). The current code that coerces the parameter to a list is breaking up that tuple into a list corresponding to [id, port]. The creation then fails, as the port is not a valid ID.

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

No branches or pull requests

1 participant