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.
Currently
lifecycledsupports 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_dataof 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.