Skip to content
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

[PR #1650/ead83029 backport][stable-6] ec2_instance: add AWSRetry.jittered_backoff on client.describe_instance_attribute #1817

Commits on Oct 20, 2023

  1. ec2_instance: add AWSRetry.jittered_backoff on client.describe_instan…

    …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 <[email protected]>
    Reviewed-by: Alina Buzachis
    Reviewed-by: tchernomax
    Reviewed-by: Mark Chappell
    (cherry picked from commit ead8302)
    tchernomax authored and patchback[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cc3b980 View commit details
    Browse the repository at this point in the history