Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 827 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 827 Bytes

pixinsight-aws

TODO: Enter the cookbook description here.

Setup instructions

On your mac/linux box

  1. Install chef-dk

  2. Use chef-dk ruby. export PATH=/opt/chefdk/embedded/bin:$PATH

  3. Clone this repo

  4. run berks install to download and install cookbooks

  5. Install aws command line tools See (Insert link to aws page)

  • curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
  • unzip awscli-bundle.zip
  • sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
  1. Set up your aws credentials
  • aws configure

Verify they work.

  1. Install kitchen-ec2 driver
  • TODO: doc this, we checked out repo and bundle install; bundle exec rake install may be smarter way.
  1. Set up keypair Add this line to .config file export AWS_SSH_KEY_ID=MyKeyPair2