grapl-security/grapl

Support arbitrary regions

insanitybit opened this issue · 1 comments

Grapl hardcodes the us-east-1 region in a lot of places.

The cdk script needs to check for the aws environment, or allow an override in the .env file, and Grapl services need to dynamically determine which region to use based on this.

In the short term, setting up grapl with a profile that's set up for us-east-1 is the way to get around this issue.