Personal-use Vagrantfile for Ubuntu-Node.js(-Nginx) environments with VirtualBox and AWS providers
$ vagrant up
In AWS provider configurations, change
aws.access_key_id
,
aws.secret_access_key
,
aws.keypair_name
,
aws.subnet_id
,
aws.security_groups
, and
override.ssh.private_key_path
to appropriate values, and then
$ vagrant up --provider=aws
MIT