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: accept launching events #79

Open
qrilka opened this issue Aug 29, 2019 · 2 comments
Open

Feature request: accept launching events #79

qrilka opened this issue Aug 29, 2019 · 2 comments

Comments

@qrilka
Copy link

qrilka commented Aug 29, 2019

Currently lifecycled supports only termination events. Is there any problem with supporting instance launching events?
Of course some actions could be done on instance launch by using user_data of a launch configuration but the end result isn't the same like the case when handlers (both for instance launches and terminations) could be run on 1 dedicated host outside of a monitored ASG.

@lox
Copy link
Contributor

lox commented Aug 29, 2019

I don't see why not! Would happily accept a PR.

@borsboom
Copy link

borsboom commented Sep 8, 2019

Without #80, I can't think of how this would make sense. Launch events happen before the instance launches, which means lifecycled wouldn't actually be running yet in order to receive the event. Together with #80 it would make perfect sense though.

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

No branches or pull requests

3 participants