Skip to content
rhodges edited this page Apr 24, 2013 · 2 revisions

#AWS Deployment# 1 - set ‘disabled: true’ for config.vm.synced_folder in the Vagrantfile

  • DEPRECATED - create aws instance by hand.

2 - run vagrant up --provider=aws

  • DEPRECATED

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

  • Get the public DNS from the AWS dashboard and give that for the AWS_PUBLIC_DNS var in fab_vars.py
  • remember the 'ubuntu@' before the DNS
  • run fab stage copy

5 - run fab stage install_puppet

5 - run fab stage provision

Clone this wiki locally