githubEdit

How can I access images in my ECR repository?

Context When working with container images stored in Amazon Elastic Container Registry (ECR), you may need to access and pull these images for deployment or development purposes. Answer To access images in your ECR repository, you can use temporary credentials from your Duplo profile using the AWS CLI. Here's how: The temporary credentials provided through your Duplo profile will allow you to authenticate and access the ECR repository securely. These credentials are time-limited for security purposes and will need to be refreshed periodically.

Last updated

Was this helpful?