Viewing replication status
After you have configured your private registry for replication, you can view the replication status for the contents of your repositories. The replication status of an individual container image can be viewed by querying using either the image tag or image digest.
Open the Amazon ECR console at https://console.aws.amazon.com/ecr/repositories
. -
From the navigation bar, choose the Region that is the source of your replicated registry.
-
In the navigation pane, choose Repositories.
-
On the Repositories page, choose the repository to check the replication status of.
-
On the repository details page, choose the Image tag to check the replication status of.
-
For Image replication status, verify the replication status. You can view the replication status based on the image tag or image digest.
-
The replication status of the contents of a repository can be viewed based on the image tag using the following command.
aws ecr describe-image-replication-status \ --repository-name
repository_name
\ --image-id imageTag=image_tag
\ --regionus-west-2
-
The replication status of the contents of a repository can be viewed based on the image digest using the following command.
aws ecr describe-image-replication-status \ --repository-name
repository_name
\ --image-id imageDigest=image_digest
\ --regionus-west-2