5 - Pipeline Destroy

Goal: Run a DevOps pipeline to destroy 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 step Destroy 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 removed by visiting the AWS Console at https://console.aws.amazon.com/ecr/repositories?region=us-east-1

Last updated