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

ec2_instance: add AWSRetry.jittered_backoff on client.describe_instance_attribute #1650

Commits on Oct 20, 2023

  1. add AWSRetry.jittered_backoff on client.describe_instance_attribute (…

    …fix InvalidInstanceID.NotFound)
    tchernomax authored and tremble committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a96e7a0 View commit details
    Browse the repository at this point in the history
  2. add InvalidInstanceID.NotFound to the list of error codes that should…

    … trigger a retry (catch_extra_error_codes)
    tchernomax authored and tremble committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    56c942a View commit details
    Browse the repository at this point in the history
  3. add InvalidInstanceID.NotFound to the list of error codes that should…

    … trigger a retry (catch_extra_error_codes)
    tchernomax authored and tremble committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cbcffab View commit details
    Browse the repository at this point in the history
  4. Update changelog fragment

    hakbailey authored and tremble committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1e24a47 View commit details
    Browse the repository at this point in the history
  5. add InvalidInstanceID.NotFound to the list of error codes that should…

    … trigger a retry (catch_extra_error_codes)
    tchernomax authored and tremble committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a9854c3 View commit details
    Browse the repository at this point in the history