From the course: AWS for Architects: High Availability and Continuous Deployment

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Blue-green CD deployment

Blue-green CD deployment - Amazon Web Services (AWS) Tutorial

From the course: AWS for Architects: High Availability and Continuous Deployment

Start my 1-month free trial

Blue-green CD deployment

- [Instructor] So in this next scenario, we are moving up a couple levels in complexity. We are now looking at the services and processes to build a Blue/Green deployment using AWS tools. And again, I will caution you from the real world that this is not something you want to start with. I've had a couple customers want to start with this, and it's really not a starting point. You want to build up to it. Because there are multiple phases and multiple pipelines here. So let's dive into it. We've got infrastructure, app code, pipeline tools, and other again. For infrastructure, we're using S3 files, and because we're using EC2 servers, we're using not only AMI, we're using what are called golden AMIs, or the current accepted standard for the AMI. And we'll see how that works with a new set of services. For app code, we're using CodeCommit and we're definitely having and infrastructure repo separate from a code repo. You're seeing this over and over again and these are separate…

Contents