Configure region outside of the CLI?
See original GitHub issueIt would be great if we could specify the region when configuring stacks, e.g.:
stacks:
- name: app-us-west
class_path: my_blueprints.App
region: us-west
- name: app-us-east
class_path: my_blueprints.App
region: us-east
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Command line options - AWS Documentation
In the AWS CLI, command line options are global parameters you can use to override the default configuration settings, any corresponding profile setting, ......
Read more >CLI always asks for region when using named profile ... - GitHub
When running awscli commands against a named profile that has a region configured, the cli ignores the region configured for that profile.
Read more >Using aws cli, what is best way to determine the current region
aws configure get region will get you the current region at that point in your script. If you are using a profile, then...
Read more >Configuring the Amazon CLI - Amazon Command Line Interface
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, ...
Read more >AWS CLI Configuration Variables
The AWS CLI config file, which defaults to ~/.aws/config has the following format: [default] aws_access_key_id=foo aws_secret_access_key=bar region=us-west- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(pinging @rouge8 since he opened this, and @troyready since he mentioned he was looking at this in #318):
I’m going to mark this as post-1.0. I’m working on trying to get 1.0 out, and I think this can wait till after that (though I don’t think it’ll take long). Let me know if you disagree!
This is something I want to tackle in the next ~month or so. I put together a little RFC for how I think this should work if anyone else has thoughts: https://github.com/remind101/stacker/wiki/RFC:-Profiles