vagrant-aws icon indicating copy to clipboard operation
vagrant-aws copied to clipboard

Allow override region from Vagrantfile

Open mkubenka opened this issue 8 years ago • 6 comments

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

Probably fix #473

mkubenka avatar Jul 27 '16 10:07 mkubenka

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

mitodrummer avatar Dec 15 '16 22:12 mitodrummer

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

albertsj1 avatar Jan 27 '17 15:01 albertsj1

Seems like this went out of the radar?

hvpareja avatar Jun 13 '17 16:06 hvpareja

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"

mkubenka avatar Jun 17 '17 16:06 mkubenka

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

matttrach avatar Aug 30 '18 14:08 matttrach

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

naviat avatar Nov 19 '18 15:11 naviat