Created
June 26, 2013 18:26
-
-
Save xrl/5869986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knife node from file nodes/berksinstein.json | |
knife ec2 server create \ | |
--node-name=berksinstein \ | |
--flavor=m1.medium \ | |
--availability-zone=us-west-1b \ | |
--bootstrap-version=11.4.4 \ | |
--image=ami-72072e37 \ | |
--identity-file=~/.ssh/dat_key \ | |
--groups worker \ | |
--ssh-key=worker \ | |
--ssh-user=ubuntu \ | |
--key=./.chef/xrl.pem \ | |
--run-list=rx | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment