Skip to content

Instantly share code, notes, and snippets.

@xrl
Created June 26, 2013 18:26
Show Gist options
  • Save xrl/5869986 to your computer and use it in GitHub Desktop.
Save xrl/5869986 to your computer and use it in GitHub Desktop.
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