I wanted to list images from ECR registry, but getting some error. Can someone provide the solution?
aws ecr list-images --repository-name <Repository_Name>
Got error below
An error occurred (RepositoryNotFoundException) when calling the
ListImages operation: The repository with name '<Repository_Name>' does
not exist in the registry with id 'ID_Name'
Note: I want to list all the images from repository, but I don't want to list the images using filter.