Create Continuous Delivery Pipeline
Set up a Git repo, deploy a sample web app, and create a continuous delivery pipeline
Introduction
Implementation
Application architecture
The following diagram provides a visual representation of the services used in this tutorial and how they are connected. This application uses GitHub, AWS Elastic Beanstalk, AWS CodeBuild, and AWS CodePipeline.
As we go through the tutorial, we will discuss the services in detail and point to resources that will help you get up to speed with them.

Modules
This tutorial is divided into five short modules. You must complete each module in order before moving on to the next one.
Set Up Git Repo (5 minutes): Set up a GitHub repository to store the application code.
Deploy Web App (10 minutes): Create the environment where the web application will be deployed using AWS Elastic Beanstalk.
Create Build Project (5 minutes): Configure and start the build process for the application using AWS CodeBuild.
Create Delivery Pipeline (10 minutes): Create a pipeline to automatically build and deploy the application using AWS CodePipeline.
Finalize Pipeline and Test (5 minutes): Add a review stage to the pipeline and test the pipeline.
Set Up Git Repo
Start Module OneWas this page helpful?
Let us know so we can improve the quality of our content.