According to the AWS status page, ECR is operating...
# general
f
According to the AWS status page, ECR is operating normally.
w
Did this just start happening? Does
aws ecr describe-repositories
work for you?
f
Just started happening. No it just hangs.
w
Sounds like an AWS issue then (or network issue?).
Curious - Which region?
f
It first occurred on our CI so likely not a network issue.
The command finally exited with:
Copy code
HTTPSConnectionPool(host='<http://ecr.us-west-2.amazonaws.com|ecr.us-west-2.amazonaws.com>', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<botocore.awsrequest.AWSHTTPSConnection object at 0x7f7769d11710>, 'Connection to <http://ecr.us-west-2.amazonaws.com|ecr.us-west-2.amazonaws.com> timed out. (connect timeout=60)'))
We're running in us-west-2.
w
f
Ugh. Thanks for digging that up.