Amazon web services – ECS not scaling EC2 instances when doing Blue/Green deployments with Code Deploy
I want to run a Blue/Green deployment for ECS, using EC2 instances (with managed auto-scaling rules) as the capacity provider. I pretty much followed the docs here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-blue-green.html Create a Application Load Balancer Create 2 target groups (for green and…