Skip to content

Instantly share code, notes, and snippets.

@auser
Forked from fairchild/clouds.rb
Created March 7, 2010 21:44
Show Gist options
  • Select an option

  • Save auser/324658 to your computer and use it in GitHub Desktop.

Select an option

Save auser/324658 to your computer and use it in GitHub Desktop.
pool :sandbox do
cloud :hello_world do
instances 1..1
using :ec2
keypair "/path/to/your/keypairs/<NAME>"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment