Open javadba opened 3 years ago
Yes! How can we still utilize IAM roles to authenticate to a reserved proxy ECR utilizing the provided command?
aws ecr get-login-password --region region | docker login --username AWS --password-stdin registry.myregistry.com
In the instructions Step #3 not only does not work as given
The "replacement"
get-login-password
does not contain the "URI" as described in Step#4So I'm uncertain how to proceed.