DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How do you implement Blue/Green deployment in AWS (Part 5/7)

4 years ago medium.com
How do you implement Blue/Green deployment in AWS (Part 5/7)

Summary: This is a summary of an article originally published by the source. Read the full original article here →

In this 7-parts tutorial, we will create an initial environment composed of an autoscaling group with two ubuntu machines behind a load balancer, then we will create a CI/CD pipeline to provide blue/green deployments using CodeBuild, CodeDeploy, and CodePipeline. In this section, we will configure CodeDeploy to allow it to manage our application

Browse to “Applications” (under Deploy) in the CodeDeploy portal and click on “Create application”

Under deployment settings configure the below: Select “Application Load Balancer” and choose the target group “bluegreen-tg” and click on “Create deployment group”

Then you will be redirected to the deployment portal and you will be able to track the process

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com