We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#AWS Deployment# 1 - set ‘disabled: true’ for config.vm.synced_folder in the Vagrantfile
2 - run vagrant up --provider=aws
vagrant up --provider=aws
3 - create EBS volume and mount it on the machine when ready
4 - Run fabric command to copy over all necessary files to the right places
fab stage copy
5 - run fab stage install_puppet
fab stage install_puppet
5 - run fab stage provision
fab stage provision