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

Include region when building 'ec2' boto3 client #12

Open
DaniDasBoot opened this issue Oct 13, 2022 · 0 comments
Open

Include region when building 'ec2' boto3 client #12

DaniDasBoot opened this issue Oct 13, 2022 · 0 comments

Comments

@DaniDasBoot
Copy link

If the AWS CLI is not configured with a region, the region validation portion of main.py will fail when attempting to get a list of valid AWS regions. Update the following line:

ec2 = boto3.client("ec2")

To look like:

ec2 = boto3.client("ec2", region_name=region)

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

No branches or pull requests

1 participant