// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: CC-BY-SA-4.0 # Introduction This page describes the creation of Amazon ECR repositories. ## Usage To create the ECR repositories, run the following commands. ```bash git clone ${GIT_URL}/amazon-eks-saga-orchestration-aws cd amazon-eks-saga-orchestration-aws/scripts ./ecr.sh C ``` To remove the ECR repositories, run the following comamnds. ```bash git clone ${GIT_URL}/amazon-eks-saga-orchestration-aws cd amazon-eks-saga-orchestration-aws/scripts ./ecr.sh D ```