-
Notifications
You must be signed in to change notification settings - Fork 340
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
ec2_instance: add AWSRetry.jittered_backoff on client.describe_instance_attribute #1650
ec2_instance: add AWSRetry.jittered_backoff on client.describe_instance_attribute #1650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tchernomax thank you for submitting this! The PR looks good but it needs a changelog fragment, would you be able to add that?
done |
recheck |
any news ? |
recheck |
@gravesm it seems it fail at a different test at each run. |
…fix InvalidInstanceID.NotFound)
… trigger a retry (catch_extra_error_codes)
… trigger a retry (catch_extra_error_codes)
… trigger a retry (catch_extra_error_codes)
b0f124b
to
a9854c3
Compare
Thanks for submitting this PR. I'm sorry it's taken so long to get this merged. |
ead8302
into
ansible-collections:main
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #1817 🤖 @patchback |
…ce_attribute (#1650) ec2_instance: add AWSRetry.jittered_backoff on client.describe_instance_attribute SUMMARY try to fix InvalidInstanceID.NotFound Could not describe attribute groupSet for instance i-…: An error occurred (InvalidInstanceID.NotFound) when calling the DescribeInstanceAttribute operation: The instance ID 'i-…' does not exist The instance actually exists, it's just an API problem. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_instance Reviewed-by: Helen Bailey <hebailey@redhat.com> Reviewed-by: Alina Buzachis Reviewed-by: tchernomax Reviewed-by: Mark Chappell (cherry picked from commit ead8302)
…ce_attribute (#1650) (#1817) [PR #1650/ead83029 backport][stable-6] ec2_instance: add AWSRetry.jittered_backoff on client.describe_instance_attribute This is a backport of PR #1650 as merged into main (ead8302). SUMMARY try to fix InvalidInstanceID.NotFound Could not describe attribute groupSet for instance i-…: An error occurred (InvalidInstanceID.NotFound) when calling the DescribeInstanceAttribute operation: The instance ID 'i-…' does not exist The instance actually exists, it's just an API problem. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_instance Reviewed-by: Alina Buzachis
SUMMARY
try to fix InvalidInstanceID.NotFound
The instance actually exists, it's just an API problem.
ISSUE TYPE
COMPONENT NAME
ec2_instance