Demo: Creating a Delivery Pipeline Using AWS CodePipeline
Learn how to use AWS CodePipeline visual modeler to design an end-to-end release process.
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 1400+ tech skills courses.