mitdbg / brad

A virtualization layer for cloud data infrastructures.
https://dsg.csail.mit.edu/projects/brad
MIT License
7 stars 1 forks source link

Explicitly set AWS region when creating boto clients #465

Open geoffxy opened 7 months ago

geoffxy commented 7 months ago

The boto clients expect a region on creation. By default, they will use the config present at ~/.aws/config. But this file only exists if you have installed and configured the AWS CLI. We didn't run into this error during development because we already had the CLI installed. But running BRAD should not require having this user config file.