Demo: Creating a Delivery Pipeline Using AWS CodePipeline

Let’s begin by understanding what we'll create in this lesson using AWS CodePipeline. We'll use the term stages to refer to a CodePipeline stage, and please don’t confuse this with the DevOps phases.

Automating a release using AWS CodePipeline

We'll create a release pipeline consisting of three stages:

  • Source stage that uses AWS CodeCommit.

  • Build stage that uses AWS CodeBuild.

  • Deploy stage that uses AWS CodePipline.

Get hands-on with 1200+ tech skills courses.