-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Getting Max retries exceeded with url, sporadically #1766
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
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
guidance
Question that needs advice or information.
Comments
The debug logs would be really helpful here. The CLI should already be retrying this up to 5 times before giving up:
In this case, there's not much more we can do, other than possibly giving an option to bump up the max number of retries. Let us know if you're still seeing the issue, and whether or not you've been able to get any debug logs. |
thoward-godaddy
pushed a commit
to thoward-godaddy/aws-cli
that referenced
this issue
Feb 12, 2022
Fixes aws#1706 by recognizing the CodeUri global value in the package command.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
guidance
Question that needs advice or information.
Despite appearances, this matter is distinct from #823.
I have a collection of automated jobs that invoke
aws ec2
andaws s3
commands nightly on three hosts on EC2. Sporadically (once every three days or so), these jobs fail with the following error:The manifestation of this error in #823 seems to be user errors in the form of an invalid region, but this case, I have a configuration that usually works. In fact, I "solved" this by simply having my jobs retry. Timeline:
Additional note: I am using IAM roles for my EC2 instances.
--debug
output: unavailable, difficult to reproduce; will look into creating a trapVersion string:
aws-cli/1.2.9 Python/3.4.3 Linux/3.13.0-32-generic
(CLI is installed via the apt package for Ubuntu Trusty)I confess that this might be an issue with DNS load balancing for the API (or DNS resolution in my VPC), but I feel compelled to create this ticket somewhere.
The text was updated successfully, but these errors were encountered: