-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ability to set region? #2
Comments
Hi @dave-lew99. I use AWS_REGION environment variable, like so: |
I use the named profiles. https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html `cim stack-up --profile= |
Environment vars will work, but it's an annoying extra step - instead of simply specifying on the command / in the config file. The profiles method doesn't work for us as our configured profile is a basic user login - we role switch to perform tasks - so there is no profile configured. It's also awkward when you switch regions regularly. |
@dave-lew99 Sounds good. Thanks for the feedback. I'll add |
Hi @rgfindl |
Is there the ability to configure AWS region within the _cim.yml file? When using role elevation environment variables are not always set.
(Also, the ability to specify a role to elevate to, to perform the deployment would be useful)
The text was updated successfully, but these errors were encountered: