4 - Pipeline Apply
Goal: Run a DevOps pipeline to provision the AWS Docker registry (ECR)
Steps
Navigate to Pipelines on the left side menu
Select Stack
tutorial-ecr-registry
and Configuration tutorialSelect steps Plan and Apply and click RUN
You will be prompted to enter AWS_SECRET_ACCESS_KEY, enter the Secret access key from the
tutorial
user created via AWS ConsoleClick on the first pipeline in the list to view the Terraform console output of all steps
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