Hey there. When I update my launch configuration a...
# aws
b
Hey there. When I update my launch configuration attached to an EC2 autoscaling group, it causes an update to the auto scaling group. As such, it creates a new launch configuration which creates a new instance and terminates the old instance. However, it doesn't wait for the new instance to be healthy before terminating the old one. Is there a way to make that happen? Many thanks!