What is the latest greatest ECS blueGreen deployme...
# aws
p
What is the latest greatest ECS blueGreen deployments in AWS? I have used CodeDeploy with multiple ASGs before and looked at App Mesh too but I wonder what is the easiest these days? ( weighted TGs?)
k
weighted TGs work well but I haven't done it specifically with ECS. Also curious as i'll be exploring this in the next month and would like a solution without codedeploy as well
I imagine you'd want to just create a new taskset with your staged code and gradually shift over using weighted TGs. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-create-loadbalancer-bluegreen.html