Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (12.9k points)

Could someone tell me what is Blue-Green Deployment in AWS?

1 Answer

0 votes
by (119k points)

Blue-Green deployment is an application release model, that will help in gradually transferring user traffic from a previous version of the app or microservice to a newer version, both of which are running in production. The Blue deployment is the older version, and the Green represents the newer version. In AWS, the applications get deployed in the AWS Elastic Beanstalk environment, having two separate, in-production environments Blue and Green, which increases both availability and reduces risk at the same time. So, what happens is, Blue environment, handles all the oncoming traffic until CI/CD Pipeline architecture creates a nearly identical clone i.e., green environment, and swaps the URLs between the two environments.

Excited to break into AWS? Check out the AWS DevOps certification course from Intellipaat. And watch the following video on AWS CodePipeline and other AWS DevOps Services.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Mar 26, 2021 in AWS by Amyra (12.9k points)
0 votes
1 answer

Browse Categories

...