Re: [vagrant-up] Vagrant + Packer + AWS + Virtual box: The box you attempted to add doesn't match the provider you specified.

2016-10-15 Thread Miguel David
Hi Alvaro, Thanks for replying. When I do "vagrant up --provider=aws” it tries to create a VM on Amazon’s servers (as expected). $ vagrant up --provider=aws Bringing machine 'default' up with 'aws' provider... ==> default: Warning! The AWS provider doesn't support any of the Vagrant ==> default:

Re: [vagrant-up] Vagrant + Packer + AWS + Virtual box: The box you attempted to add doesn't match the provider you specified.

2016-10-15 Thread Alvaro Miranda Aguilera
hello by default Vagrant up witll try virtualbox. as you can see here: Provider expected: virtualbox Provider of box: aws try: vagrant up --provider aws and make sure you have the aws plugin vagrant plugin list vagrant plugin install vagrant-aws Thanks Alvaro. On Sat, Oct 15, 2016 at 10:09