-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Would be nice to be able to set default region with environment variable #3
Comments
+1 - was going to do a pull request for this but wasn't sure what variable name would be preferred. I've seen some third party projects use flippath/ec2-cli-tools - netflix/asgard - |
IMO the region setting should not be service specific. I could see how this might be useful in the above mentioned projects, but It makes less sense in a CLI tool where you're only targeting one service per execution. I would go with a simple |
agreed |
This feature is now available in the 0.4.5 release and in the develop branch. The name of the variable is |
Add support for legacy aws_security_token key in credentials file
1# |
You can set credentials via environment variables, would also be nice to set region.
The text was updated successfully, but these errors were encountered: