- To set up CodePipeline project, go to AWS console, and click on CodePipeline in the Developer Tools section. Then, click on Create pipeline, and we will land to step 1, which will ask Pipeline name. After mentioning the pipeline name as CP-ECSAPP, click on Next step:
- The next step will take us to the Source Stage of CodePipeline, where we will be asked to mention the Source provider. In the source provider, we need to select CodeCommit, because our source code lies in CodeCommit. After selecting CodeCommit, we have to provide Repository name and branch and then click on Next step:
CodePipeline will use Amazon CloudWatch ...