Deploy Stack to AWS ECR

Deploy Stack to AWS ECR

  1. To deploy the stack to AWS ECR, run the following command:

    cdk deploy Ecr --profile default
    
  2. During the resource creation process, if prompted with security policy questions, enter y to proceed.

    Architect

  3. The creation of the ECR repository is successful.

    Architect

  4. Access the AWS console, navigate to ECR, and select Elastic Container Registry.

    Architect

  5. You will see that the productsservice repository has been successfully created.

    Architect