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

Update region updating/handeling and remove region filters #379

Merged

Conversation

DaveYesland
Copy link
Collaborator

@DaveYesland DaveYesland commented Jan 4, 2024

This updates and changes the update_regions function in Pacu to remove the need to pull down boto3 using pip and parse file to obtain the service regions. Instead it now uses SSM as described here: https://aws.amazon.com/blogs/aws/new-query-for-aws-regions-endpoints-and-more-using-aws-systems-manager-parameter-store/ and provides the all the service regions Pacu should need.

This also update the get_regions code and removes the hacky filtering of some regions and instead will now just rely on the regions claimed valid by AWS SSM.
This should fix issues:
fixes #359
fixes #215

@DaveYesland DaveYesland merged commit 495740d into RhinoSecurityLabs:master Jan 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Regions Gov US Regions Not Supported
2 participants