Alan
Alan
**What does this pull request do?** Fixes #652 **How should this be tested?** Build `l0-setup` and run the following against the preprod AWS account: ``` ./l0-setup init --docker-path=/path/to/my/docker_config uswest2dev ./l0-setup...
### Expected behavior User can create a new l0 instance in us-east-2. ### Actual behavior It fails, since it's not in the list of regions. ### Steps to reproduce the...
**What does this pull request do?** Adds `us-east-2` region to list of valid regions. **How should this be tested?** Deploy L0 to `us-east-2`. **Checklist** - [x] Unit tests - [...