My test application has 3 EC2 instances.
After a failed deployment, I noticed that the ASG keeps bringing back the failed instances.
So after 3 failed deployments, I now have 12 instances running: 9 from the failed deployments, 3 from the live servers.
How do I stop this from happening? Thanks.
Ok turns out it is simple ... I needed to go into the ASG settings and delete the ASGs manually
Looks like each CodeDeploy deployment creates an ASG