Skip to content
Grant Heffernan edited this page Jan 8, 2016 · 13 revisions

Who would want to use this?

If you use AWS Opsworks, and want a command line interface that allows you to:

  • manage stack json
  • manage cookbooks
  • generate ssh configurations

Getting started guide

  • gem install opzworks
  • edit your ~/.aws/config and add a section similar to the following:
[opzworks]
ssh-user-name         = grant
berks-github-org      = mapzen
berks-s3-bucket       = mapzen.opsworks
berks-repository-path = /Users/grant/repos/mapzen/projects-opsworks

ssh-user-name is your opsworks user name

berks-github-org is the Github org under which you'll have all the repos we'll be working with to manage your OpsWorks stacks

Clone this wiki locally