ecs-blue-green-deployment icon indicating copy to clipboard operation
ecs-blue-green-deployment copied to clipboard

Reference architecture for doing blue green deployments on ECS.

Results 9 ecs-blue-green-deployment issues
Sort by recently updated
recently updated
newest added

Hi there, cloning this repo and following the instructions on your workshop page (https://cicd-pipeline-cfn-ecs-fargate-bluegreen.workshop.aws/en/cicd/script.html) results in a stack creation error of the DeploymentPipeline stack with the following error: "Resource handler...

Hi, I realise this is a fairly old demo now but I was surprised when it didn't work out of the box. I tried to create the stack on the...

Thanks for the reference example. The post provides a Blue/green strategy of using different ports and listeners to control the traffic between blue and green. In enterprises like ours, we...

*Issue:* some companies do not allow the usage of public-read ACL for S3. In that case the bin/deploy `aws s3 cp --acl public-read` will fail. *Description of changes:* This change...

First of all, thank you for creating this project, which gave me a great starting point! Instead of using Github as the source of my pipeline, we build the container...

The documentation indicates > If you discover bugs while in Production, you can revert to previous application version by clicking and approving the change again. Does this imply you need...

As described in my posts at https://forums.aws.amazon.com/thread.jspa?threadID=274249 and https://stackoverflow.com/questions/48917361/autoscaling-blue-green-ecs-clusters, we built a blue-green cluster on Terraform inspired by this sample, but we have not been able to get autoscaling working....

The code in this repo has been superseded by https://github.com/aws-containers/ecs-workshop-blue-green-deployments with an accompanying tutorial resource at https://ecsworkshop.com/blue_green_deployments