Skip to content

Instantly share code, notes, and snippets.

@DrivenLogic
Created May 14, 2013 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrivenLogic/5574507 to your computer and use it in GitHub Desktop.
Save DrivenLogic/5574507 to your computer and use it in GitHub Desktop.
Spin Up Debian Testing EC2 instance https://github.com/andsens/build-debian-cloud
export EC2_ACCESS_KEY='XXX';
export EC2_SECRET_KEY='XXX';
./build-debian-cloud ec2 --volume-size 20 --filesystem ext4 --plugin plugins/admin-user --description 'Debian 7 (Wheezy)' --plugin plugins/publish-ami --plugin plugins/publish-snapshot --codename wheezy;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment