-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Max retries exceeded with url #823
Comments
Here is a link to my debug trace: https://gist.github.com/ErikEvenson/ac3832e4063eb10248d7 |
What region are you using? From the debug logs it look like you're using us-standard, which is not a valid region. Try using a region of |
Thanks @jamesls -- that seems to have been the problem. Although I don't know what changed that required me to change that setting. |
I am still experiencing a very similar problem with the latest AWS CLI and large files that cross the multipart upload boundary.
|
Looks like you're using an old version of the CLI:
Could you try use the latest CLI version (1.3.21) and see if you still have this issue? |
It seems that AWS CLI in Homebrew has not been updated since |
I seem to be having a similar issue. aws s3 ls HTTPSConnectionPool(host='s3-us-standard.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known) aws-cli/1.3.22 Python/2.7.3 Linux/3.2.0-61-generic |
For the us standard region, use |
Looks like us-east-1 is not valid. I could use us-east-1a but was timing out as well. I have the same issue for aws s3 ls commands. The verstion I have is 1.3.21. |
Can you show the error for us-east-1? I just confirmed it works for me. |
This is what I get: A client error (InvalidAccessKeyId) occurred when calling the ListObjects operation: The AWS Access Key Id you provided does not exist in our records. |
Ah so that's a different error. That's saying that your credentials aren't valid. I'd double check to make sure you're credentials are correct. |
Oh ok. Thanks James! Sorry, if it sounds like a dump question. But, I have configured by doing |
Nevermind, I figured this out. It was a silly mistake from my side. Thanks for your help. |
I'm getting this error as well today. I made sure I was up to date with Here is the command I'm running: I've run Here is the error I get: I've also tried using the DNS name for the |
@jsdevel Looks like you specified the availability zone |
ahh, nice @shlomoswidler! Thanks! I'll give that a shot on Monday ;) |
I'm having the same problem on a redhat linux ec2 instance. For ubuntu ec2's it's working no problem. I've tried setting my region to us-west-2b as well as us-west-2. us-west-2b (works in ubuntu) us-west-2 (doesn't work in red hat) I tried updating python to 3.4 and aws to 1.4.4, wasn't working for python 2.6 014-09-25 23:09:51,418 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/1.4.4 Python/3.4.1 Linux/2.6.32-431.11.2.el6.x86_64, botocore version: 0.63.0 I can attach a full debug if helpful. Has anyone had issue with red hat and the s3 portion of the cli? |
It's maybe you're not using AWS workspace for this just exclude active session e.g; To this, |
Was uploading files earlier today with no problem, but getting the following error now:
Using
aws-cli/1.3.18 Python/2.7.7 Linux/3.2.0-23-generic
.The text was updated successfully, but these errors were encountered: