Skip to content

Instantly share code, notes, and snippets.

@avalade
Created March 10, 2011 02:32
Show Gist options
  • Save avalade/863463 to your computer and use it in GitHub Desktop.
Save avalade/863463 to your computer and use it in GitHub Desktop.
Knife ec2 create
#!/bin/bash
knife ec2 server create "role[base]" -i ami-2492ec76 -G default -x ubuntu -f c1.medium --region ap-southeast-1 -Z ap-southeast-1a -S <amazon_key_pair>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment