-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
aws_autoscaling_group cannot be created with lifecycle hooks in place for its instances #5619
Comments
👍 I'm hitting this exact problem. I'm not qualified to judge your implementation but the idea is great |
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. |
It's useful to have lifecycle hooks in place by the time an instance gets created, so all instances can be required to report their boot status through that lifecycle hook.
Unfortunately lifecycle hooks can only be created once the ASG is created.
A proposal is to support creating those at ASG creation time by adding something along the lines of this in the
resourceAwsAutoscalingGroup
schema:Does that sound acceptable?
Cc @catsby @phinze
The text was updated successfully, but these errors were encountered: