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

provider/aws: ASGs can wait for ELB InService #1970

Merged
merged 1 commit into from
May 14, 2015

Conversation

phinze
Copy link
Contributor

@phinze phinze commented May 14, 2015

This enhances the waiting strategy introduced in #1839 to wait for each
ASG instance to become InService in attached ELBs before continuing.

@phinze phinze force-pushed the f-asg-wait-for-elb-inservice branch from 3808f7e to e8f8feb Compare May 14, 2015 19:58
@pmoust
Copy link
Contributor

pmoust commented May 14, 2015

Great timing @phinze , I was about to open an Issue for this!

This enhances the waiting strategy introduced in #1839 to wait for each
ASG instance to become InService in attached ELBs before continuing.
@phinze phinze force-pushed the f-asg-wait-for-elb-inservice branch from e8f8feb to b56a426 Compare May 14, 2015 20:03
@mitchellh
Copy link
Contributor

LGTM!

@phinze
Copy link
Contributor Author

phinze commented May 14, 2015

@pmoust 😀

Worth highlighting that, in addition to adding "min_elb_capacity" to optionally wait for InService on attached ELBs, this also enhances the default ASG-level waiting to include LifecycleState, in addition to HealthStatus.

In practice, it seemed that HealthStatus was almost immediately "Healthy" while LifecycleState spends some time in "Pending" before going "InService".

Apparently, one can use lifecycle hooks to cause "Pending:Wait" to wait for manual intervention on the instance before continuing, but I couldn't find documentation on the definition of "Pending" vs "InService" in the absence of hooks.

phinze added a commit that referenced this pull request May 14, 2015
provider/aws: ASGs can wait for ELB InService
@phinze phinze merged commit e479876 into master May 14, 2015
@phinze phinze deleted the f-asg-wait-for-elb-inservice branch May 14, 2015 20:09
@ghost
Copy link

ghost commented May 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants