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

Implement Auto Scaling Group lifecycle hooks to reduce health check grace period #453

Open
mbloch1986 opened this issue May 6, 2022 · 0 comments

Comments

@mbloch1986
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The Lifecycle hook feature provides the ability to signalise the Auto Scaling Group(ASG) when the EC2 instance is actually ready to use.

Right now, we are configuring the health check grace period with an expected time in seconds, when the EC2 instance might be ready. Once the period timer is exceeded the instance will be monitored by the ASG. It can take a shorter amount of time or longer until the ec2 instance is ready.

The lifecycle hook provides the ability to 100% signalise the ASG when the EC2 instance is ready to be monitored/managed by the ASG.

We don't have to configure an "expected" value when the EC2 instance might be ready.

Describe the solution you'd like
Following the AWS documentation to implement the lifecycle hook.

Describe alternatives you've considered
using health check grace period

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

1 participant