You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed my env var's default region and couldn't figure out why the terminate playbook couldn't find an instance that I clearly had in us-west-1. Turns out my config.yaml file with the ansible vars was actually what was being used, and it was set to us-west-2.
Would it make sense to accept these env vars overall else, or is that not really a fair assumption I'm making?
The text was updated successfully, but these errors were encountered:
I don't see AWS_DEFAULT_REGION in the list, but AWS_REGION and EC2_REGION at the least are valid. All you'd have to do is remove them from our config.yml if we kill this, I believe, and maybe comment out the region set in the config.yml.example by default.
A lot of the AWS tools respect the following env vars if found, over others:
I changed my env var's default region and couldn't figure out why the terminate playbook couldn't find an instance that I clearly had in us-west-1. Turns out my config.yaml file with the ansible vars was actually what was being used, and it was set to us-west-2.
Would it make sense to accept these env vars overall else, or is that not really a fair assumption I'm making?
The text was updated successfully, but these errors were encountered: