To create our first deployment pipeline with CodePipeline, we are going to use the AWS console, which offers a very intuitive web interface:
- Open the following link in your browser: https://console.aws.amazon.com/codepipeline.
- If prompted, click on Get started.
- On the next screen, give your pipeline the name helloworld and click on Next Step.
- In the next step, for the Source location, select Github as a Source provider and click on Connect to GitHub. If requested, sign into your GitHub account.
- 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 master branch. Click on Next step.
- This brings us to ...