Category: Ubuntu

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

Related Articles