question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configure region outside of the CLI?

See original GitHub issue

It 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:closed
  • Created 7 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
phobologiccommented, Feb 15, 2017

(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!

1reaction
ejholmescommented, Apr 25, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found