Home › Forums › AWS › AWS Certified DevOps Engineer Professional › canary deployment with aws codedeploy for autoscaling groups › Reply To: canary deployment with aws codedeploy for autoscaling groups
-
Hi Akshay,
Thanks for posting your question. As far as I know, AWS CodeDeploy has extended blue/green deployment support for Elastic Container Service (Amazon ECS) to include canary and linear deployments for applications hosted on AWS Fargate or Amazon Compute Cloud (Amazon EC2). Here’s the link for more details:
When you create a Deployment group for your CodeDeploy deployment, you can specify Amazon EC2 Auto Scaling groups in the Environment configuration:
https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-groups-create-blue-green.html
Regards,
Jon Bonso @ Tutorials Dojo