Difference between revisions of "Blue-green deployment"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* [[Blue/Green deployment]] with [[CodeDeploy]] | * [[Blue/Green deployment]] with [[CodeDeploy]] | ||
* [[AWS ECS deployments]] | * [[AWS ECS deployments]] | ||
+ | * [[ArgoCD]] | ||
== Activities == | == Activities == |
Revision as of 11:33, 17 April 2024
wikipedia:Blue-green deployment
The CI/CD pipeline architecture creates a clone (green) of the live Elastic Beanstalk environment (blue). The pipeline then swaps the URLs between the two environments.
Consider creating a Blue/Green Deployment to minimize downtime during upgrades
Related
- Feature toggle
- Red-black deployments
- Blue/Green deployment with CodeDeploy
- AWS ECS deployments
- ArgoCD
Activities
See also
Advertising: