Deploy CI/CD pipeline

Now, it’s time to setup a CICD pipeline for your project. To do that, go to your team’s dasbhoard and make a note of the following values. You will need this to create the pipeline.

  • Your AWS Code Commit repository Url (https://)
  • Your AWS Code Commit repository name - quiz-app

Launch stack

To create a CICD pipeline, you will use a CloudFormation template. Click the following button to launch a stack creation for the CICD pipeline.

launch-stack

This will open a CloudFormation console in a new tab of your browser, with CloudFormation template S3 path pre-populated.

template-url

Click Next, and fill in the parameter values for Repository name and Repository URL. Leave rest of the parameter values, as default.

After you have provided the parameter values, click Next, and Next again.

On the Review page, scroll down, select the checkboxes for IAM_CAPABILITIES and click Create stack.

iam-capabilities

This will start the stack creation. It will take approximately 5 mins to finish.