energy-data / energydata.info

energydata.info - open data and analytics for a sustainable energy future
http://energydata.info
MIT License
26 stars 6 forks source link

AWS EC2 deployment / Vagrant box image for AWS #118

Closed volands closed 7 years ago

volands commented 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

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

volands commented 7 years ago

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.

Thanks and best regards, Patrick