How can I automatically cycle a new image in an AWS Auto Scaling Group?
Posted
by
JustinY
on Server Fault
See other posts from Server Fault
or by JustinY
Published on 2012-04-30T17:59:05Z
Indexed on
2012/11/12
5:02 UTC
Read the original article
Hit count: 436
amazon-web-services
|autoscaling
I have a web application setup with a load balancer and auto scaling group to manage scaling. The source code is in a git repository so I don't have to update the images when the code changes, but occasionally the environment changes so we create a new image. Then that image needs to be cycled into the auto scaling group.
Is there a way to cycle the images automatically? Right now I schedule a scale up and scale down action which gets rid of the old instances.
© Server Fault or respective owner