Skip to content

Instantly share code, notes, and snippets.

@mikewadhera
Created April 13, 2009 06:37
Show Gist options
  • Save mikewadhera/94310 to your computer and use it in GitHub Desktop.
Save mikewadhera/94310 to your computer and use it in GitHub Desktop.
pool :sandbox do
instances 1..1
cloud :hello_world do
# 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 "/path/to/your/keypairs/<NAME>"
has_file :name => "/etc/motd",
:content => "Hello World!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment