Skip to content
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

AWS Cli requiring AWS_DEFAULT_REGION #37

Open
genofedanzo opened this issue Nov 1, 2017 · 2 comments
Open

AWS Cli requiring AWS_DEFAULT_REGION #37

genofedanzo opened this issue Nov 1, 2017 · 2 comments

Comments

@genofedanzo
Copy link

It seems that there was a change recently with aws cli that is requiring the region to be set. This can be set via env var AWS_DEFAULT_REGION. Since aem add asks for a region can this be exposed as a value for AWS_DEFAULT_REGION?

@mheffner
Copy link
Owner

mheffner commented Nov 1, 2017

@genofedanzo Yes, this is exposed from aenv:

$ aenv env | grep REGION
AWS_DEFAULT_REGION=us-east-2

@genofedanzo
Copy link
Author

I'm realizing that yesterday when I first looked into this problem I could see that there was shell var for $AWS_DEFAULT_REGION but it was not an env var so it seemed to be ignored by aws cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants