Closed volands closed 7 years ago
Hello,
first of all thank you very much for this great project.
I currently try to deploy the Vagrant box directly to AWS EC2, with Vagrant AWS provider plugin: https://github.com/mitchellh/vagrant-aws
Unfortunately I stuck with the following error message:
The box you attempted to add doesn't match the provider you specified. Provider expected: aws Provider of box: virtualbox
The box you attempted to add doesn't match the provider you specified.
Provider expected: aws Provider of box: virtualbox
Because the box image is in "VirtualBox" provider format (output of meta.json):
{"provider":"virtualbox"}
Therefore my question: Do you provide an AWS compatible Vagrant box image respectively a way to convert the downloadable box image (https://s3.amazonaws.com/offgrid-vbox/devseed-datacats.box) for AWS usage?
Thanks and best regards, Patrick
However, I switched to the manuel install proceed (https://github.com/energy-data/energydata.info#deploy-instructions).
From my side this issue can be closed.
Hello,
first of all thank you very much for this great project.
I currently try to deploy the Vagrant box directly to AWS EC2, with Vagrant AWS provider plugin: https://github.com/mitchellh/vagrant-aws
Unfortunately I stuck with the following error message:
Because the box image is in "VirtualBox" provider format (output of meta.json):
Therefore my question: Do you provide an AWS compatible Vagrant box image respectively a way to convert the downloadable box image (https://s3.amazonaws.com/offgrid-vbox/devseed-datacats.box) for AWS usage?
Thanks and best regards, Patrick