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

Feature Request: ElasticLoadBalancing waiter for instance deregistration #793

Closed
masha256 opened this issue Apr 23, 2015 · 3 comments
Closed
Labels
feature-request A feature should be added or improved.

Comments

@masha256
Copy link

It would be nice if there was a waiter that waited for an instance to be OUT of a loadbalancer, so during a rolling deploy, for example, you could be sure that instance has finished serving all active requests before doing something drastic to the instance.

@trevorrowe trevorrowe added feature-request A feature should be added or improved. Version 2 labels Apr 28, 2015
@trevorrowe
Copy link
Member

Do you know what API operation to poll in this case to verify when an instance it out of a load balancer?

@masha256
Copy link
Author

According to http://docs.aws.amazon.com/cli/latest/reference/elb/describe-instance-health.html#output it would be OutOfService, which is what I usually see for a while, and then it stops showing up in the list. So maybe wait on both states.

@trevorrowe
Copy link
Member

Added the waiter. This should go out with the next release. Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants