-
Notifications
You must be signed in to change notification settings - Fork 341
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
Some code paths in ec2_instance
are not using AWSRetry
#927
Labels
Comments
Files identified in the description:
If these files are inaccurate, please update the |
ansibullbot
added
bug
This issue/PR relates to a bug
module
module
needs_triage
plugins
plugin (any type)
python3
labels
Jul 14, 2022
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jul 15, 2022
ec2_instance - expand use of AWSRetry SUMMARY fixes: #927 A few code paths weren't using AWSRetry when the should have, probably a leftover from when retries included the NotFound exceptions. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Brian Scholer <None> Reviewed-by: Alina Buzachis <None>
patchback bot
pushed a commit
that referenced
this issue
Jul 15, 2022
ec2_instance - expand use of AWSRetry SUMMARY fixes: #927 A few code paths weren't using AWSRetry when the should have, probably a leftover from when retries included the NotFound exceptions. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Brian Scholer <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 524129f)
patchback bot
pushed a commit
that referenced
this issue
Jul 15, 2022
ec2_instance - expand use of AWSRetry SUMMARY fixes: #927 A few code paths weren't using AWSRetry when the should have, probably a leftover from when retries included the NotFound exceptions. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Brian Scholer <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 524129f)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jul 15, 2022
[PR #928/524129fc backport][stable-4] ec2_instance - expand use of AWSRetry This is a backport of PR #928 as merged into main (524129f). SUMMARY fixes: #927 A few code paths weren't using AWSRetry when the should have, probably a leftover from when retries included the NotFound exceptions. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jul 18, 2022
[PR #928/524129fc backport][stable-3] ec2_instance - expand use of AWSRetry This is a backport of PR #928 as merged into main (524129f). SUMMARY fixes: #927 A few code paths weren't using AWSRetry when the should have, probably a leftover from when retries included the NotFound exceptions. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
1 task
1 task
Closed
1 task
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
Example from @tremble :
https://github.com/ansible-collections/amazon.aws/blob/main/plugins/modules/ec2_instance.py#L1937
I'm hitting certain issues where it seems that some retries are being performed but it's not doing the 10 retries that the collection defaults to and instead is failing after 4.
Issue Type
Bug Report
Component Name
ec2_instance
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Ubuntu 18.04 (WSL2)
Steps to Reproduce
N/A
Expected Results
Succeeds after more time, or fails after a much longer retry/backoff period
Actual Results
Failed to create new EC2 instance: An error occurred (RequestLimitExceeded) when calling the RunInstances operation (reached max retries: 4): Request limit exceeded.
Code of Conduct
The text was updated successfully, but these errors were encountered: