-
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
inventory plugins - Hard code fall-back region to connect to when trying to pull a list of regions #1552
inventory plugins - Hard code fall-back region to connect to when trying to pull a list of regions #1552
Conversation
…ing to pull a list of regions
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 51s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 52s |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #1556 🤖 @patchback |
…ing to pull a list of regions (#1552) inventory plugins - Hard code fall-back region to connect to when trying to pull a list of regions SUMMARY fixes: #1551 If no regions and no region is provided, then botocore will sometimes refuse to connect to the EC2 endpoint for us to then pull a list of regions... ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ec2 inventory plugin ADDITIONAL INFORMATION Nominally botocore should be falling back to a default region, but there are no guarantees Reviewed-by: Alina Buzachis (cherry picked from commit c992070)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
…ing to pull a list of regions (#1552) (#1556) [PR #1552/c9920701 backport][stable-6] inventory plugins - Hard code fall-back region to connect to when trying to pull a list of regions This is a backport of PR #1552 as merged into main (c992070). SUMMARY fixes: #1551 If no regions and no region is provided, then botocore will sometimes refuse to connect to the EC2 endpoint for us to then pull a list of regions... ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ec2 inventory plugin ADDITIONAL INFORMATION Nominally botocore should be falling back to a default region, but there are no guarantees Reviewed-by: Mark Chappell
SUMMARY
fixes: #1551
If no
regions
and noregion
is provided, then botocore will sometimes refuse to connect to the EC2 endpoint for us to then pull a list of regions...ISSUE TYPE
COMPONENT NAME
aws_ec2 inventory plugin
ADDITIONAL INFORMATION
Nominally botocore should be falling back to a default region, but there are no guarantees