4 - Pipeline Apply

Goal: Run a DevOps pipeline to provision the AWS Docker registry (ECR)

Steps

  1. Navigate to Pipelines on the left side menu

  2. Select Stacktutorial-ecr-registry and Configuration tutorial

  3. Select steps Plan and Apply and click RUN

  4. You will be prompted to enter AWS_SECRET_ACCESS_KEY, enter the Secret access key from the tutorial user created via AWS Console

  5. Click on the first pipeline in the list to view the Terraform console output of all steps

  6. Verify the ECR repository has been created by visiting the AWS Console at https://console.aws.amazon.com/ecr/repositories?region=us-east-1

Last updated