hands-on lab

Continuous Integration and Deployment with AWS Code Services

Advanced
4h
6,728
4.5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

AWS Code Services provide you with all the tools you need to deliver software following DevOps practices. The services under the AWS Code Services umbrella that you will work with in this lab are:

  • CodeCommit - A secure and scalable source control service supporting Git workflows
  • CodePipeline - A service for fast and reliable continuous integration (CI) and continuous delivery (CD)
  • CodeBuild - A scalable service to compile, test, and package source code
  • CodeDeploy - A service to automate code deployments anywhere

You will set up and work with each service as you deploy an application. You will also get experience handling rollbacks in a blue/green deployment environment when a release goes awry.

Learning objectives

Upon completion of this advanced-level lab, you will be able to:

  • Create and use AWS CodeCommit repositories for source control
  • Build and test your code with AWS CodeBuild
  • Automate your CI/CD process with AWS CodePipeline
  • Use AWS CodeDeploy to automate your deployments to EC2
  • Release and roll back using a blue/green deployment strategy

Prerequisites

You should be familiar with the following:

  • Using EC2 instances
  • Elastic Load Balancers
  • Working on the command line in Linux
  • Issuing Git commands and version control workflows will be helpful but not required

The following content can be used to fulfill the prerequisites:

Environment

Before completing the lab instructions the environment will look as follows:

After completing the lab instructions the environment should look similar to:

Updates

January 29th, 2024 - Resolved an issue that would cause lab setup to fail on rare occasions

November 27th, 2023 - Updated the instructions and screenshots to reflect the latest UI

October 10th, 2023 - Resolved Node.js issue

March 13th, 2023 - Updated lab to use an application load balancer

February 21st, 2023 - Updated lab to use aws/codebuild/standard:6.0 image

October 23rd, 2021 - Improved Git clone instruction to avoid errors

December 24th, 2020 - Updated the lab to use EC2 instance connect for SSH

July 30th, 2020 - Updated package.json in the versioned commits

July 7th, 2020 - Updated the gulp file in the app to address an issue

January 13th, 2020 - Updated source code package dependencies to support upgrading to Node.js 12

May 24th, 2019 - Updated Lab to use the new CodeBuild standard Ubuntu build image, and updated screenshots to match the latest Console experience

January 10th, 2019 - Added a validation Lab Step to check the work you perform in the Lab

October 17th, 2018 - Updated images and instructions for compatibility with the new AWS UI

About the author
Avatar
Logan Rakai
Lead Content Developer - Labs
Students
214,336
Labs
222
Courses
9
Learning paths
56

Logan has been involved in software development and research since 2007 and has been in the cloud since 2012. He is an AWS Certified DevOps Engineer - Professional, AWS Certified Solutions Architect - Professional, Microsoft Certified Azure Solutions Architect Expert, MCSE: Cloud Platform and Infrastructure, Google Cloud Certified Associate Cloud Engineer, Certified Kubernetes Security Specialist (CKS), Certified Kubernetes Administrator (CKA), Certified Kubernetes Application Developer (CKAD), and Certified OpenStack Administrator (COA). He earned his Ph.D. studying design automation and enjoys all things tech.

LinkedIn, Twitter, GitHub

Covered topics
Lab steps
Logging In to the Amazon Web Services Console
Creating an AWS CodeCommit Repository
Committing Code to Your AWS CodeCommit Repository
Building and Testing with AWS CodeBuild
Deploying with AWS CodeDeploy
Automating Your Deployment with AWS CodePipeline
Following the Continuous Deployment Pipeline
Recovering Automatically from a Failed Deployment
Using AWS CodeDeploy Blue/Green Deployments in Your Pipeline