Skip to content

ManifestStephanie/pixinsight-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages