-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Grant Heffernan edited this page Jan 8, 2016
·
13 revisions
If you use AWS Opsworks, and want a command line interface that allows you to:
- manage stack json
- manage cookbooks
- generate ssh configurations
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