Cloud installation with Vagrant

NOTE! This section is under development

AWS EC2

Setup

Install the following Vagrant plugins

vagrant plugin install vagrant-aws
vagrant plugin install vagrant-awsinfo

Check connection settings in EC2 management console and update the puphpet config variables with your data. You may use the base configuration from environments/virtual and switch to AWS in the Deploy Target section

Provisioning

vagrant up --provider=aws

Note: You can only have one provider per machine. See also http://docs.vagrantup.com/v2/providers/basic_usage.html (Limitations)

Troubleshooting

  • Testing (free) instance only available from region: us-west-2(?) US West (Oregon)
  • "Intelligent folder sync" (excluding vendor, web/assets...) Note: needs vagrans-aws >0.4.1 - no tag at the moment

Digitalocean

tbd