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

Remove dependency on EC2 for regions fetching #137

Closed
sarahzinger opened this issue Sep 9, 2022 · 0 comments · Fixed by #150
Closed

Remove dependency on EC2 for regions fetching #137

sarahzinger opened this issue Sep 9, 2022 · 0 comments · Fixed by #150

Comments

@sarahzinger
Copy link
Member

Right now we require users to enable permissions for EC2:Describe Regions, however this is confusing and not strictly necessary.

Instead we can use RegionsForService for region fetching which appears to be publicly available and does not require any additional permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants