1 Answer
- Newest
- Most votes
- Most comments
0
Need to communicate with the following endpoints.
dkr.ecr.us-east-2.amazonaws.com
api.ecr.us-east-2.amazonaws.com
s3.us-east-2.amazonaws.com
Also consider using VPC Endpoints.
https://docs.aws.amazon.com/AmazonECR/latest/userguide/vpc-endpoints.html
answered 2 years ago
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 7 days ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 8 months ago
Thanks, your help is appreciated. We validated successfully we can reach these endpoints with curl, however we get the same error when tried to pull the image. Getting the ECR token and therefor docker login to ECR is successful. However image pull fails miserably with a timeout error.
We noted that s3 https://s3.us-east-2.amazonaws.com endpoint returns a redirect to https://aws.amazon.com/s3/ , we follow the redirect successfully also.
Is like docker pull operation use another endpoint/domain, or get in conflict with proxy. We ensure also proxy env variables targeting to we proxy were set before all tests.
Appreciate your help.
Best !