In this recipe, we will create a CodePipeline, in which we will be integrating our existing CodeCommit repository and CodeBuild project. We will also integrate CloudFormation as a deploy stage.
Creating a CodePipeline using CodeCommit, CodeBuild, and CloudFormation
Getting ready
We will be using the following resources to integrate with the CodePipeline:
- CodeCommit: CC-ECSAPP
- CodeBuild: CB-ECSAPP
- CloudFormation: CF-ECSAPP
How to do it...
- To set up CodePipeline project, go to AWS console, and click on CodePipeline in the Developer Tools section. Then, click on Create...