Health in Autoscaling group
Is there a way to manage the health of the Nova instances in a ASG? What I'm trying to achieve is: - Instance dies or does not respond for a period or time. Or Instance gets deleted. - ASG will respond by creating/replacing the failed instance.
Is there a way to define this using HOT ?
Updating the thread in case someone is looking for answers. From what I read in some thread, it is currently not possible. You could probably define an alarm which gets triggered in case there is no heatbeat from the instance.