Creating a continuous deployment pipeline for staging

To create our first deployment pipeline with CodePipeline, we are going to use the AWS console, which offers a very intuitive web interface:

  1. Open the following link in your browser: https://console.aws.amazon.com/cod epipeline.
  2. If prompted, click on Get started.
  3. On the next screen, give your pipeline the name helloworld and click on Next Step.
  1. For the source location, select GitHub as a Source provider and click on Connect to Github. If requested, sign into your GitHub account.
  2. This will bring you back to the AWS CodePipeline screen. We can now select a Repository and branch. We will select the helloworld project and the master branch. Click on Next step.
If you don't see the organization ...

Get Effective DevOps with AWS - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.