Skip to content

Instantly share code, notes, and snippets.

@Aslan
Created January 15, 2010 02:24
Show Gist options
  • Save Aslan/277736 to your computer and use it in GitHub Desktop.
Save Aslan/277736 to your computer and use it in GitHub Desktop.
pool :sandbox do
cloud :hello_world do
instances 1..1
using :ec2
# Update with the path to your EC2 keypair
# If you don't have one, create with:
# $ ec2-create-keypair NAME > /path/to/your/keypairs/<NAME>
keypair "/root/.ect/sv_keypair"
# has_file :name => "/etc/motd",
# :content => "Hello World!"
user_data "touch /etc/motd"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment