I am working on building a AWS quick start and trying an optimized solution for - setting auto recovery for all instances in autoscaling group in cloudformation template.
Today, I am setting auto recovery per instance via launchconfig (i.e. script to query instance-id and put-metric-alarm for instance-id), but these alarms does not get deleted via "delete-stack" operation.
Can someone help share thoughts/examples for better handling this?