mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 573 forks source link

Allow override region from Vagrantfile #484

Open mkubenka opened 8 years ago

mkubenka commented 8 years ago

It should be possible to override region from Vagrantfile when using AWS profile files.

Probably fix #473

mitodrummer commented 7 years ago

Can this be merged? I also cannot switch from us-east-1 in my vagrant config.

albertsj1 commented 7 years ago

Having this problem as well when using aws_profile instead of access and secret key. Please merge.

hvpareja commented 7 years ago

Seems like this went out of the radar?

mkubenka commented 7 years ago

I have created custom Gem with this change:

vagrant plugin uninstall vagrant-aws
vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.10"
matttrach commented 6 years ago

Another work around is to remove the "region" variable from your .aws/config, but this could affect how your aws cli works...

naviat commented 5 years ago

I have created custom Gem with this change:

vagrant plugin uninstall vagrant-aws
vagrant plugin install vagrant-aws-mkubenka --plugin-version "0.7.2.pre.10"

Any update without this change? @mkubenka Could you guide how to use your plugin in Vagrantfile? sorry, I'm new to vagrant