Skip to content

Instantly share code, notes, and snippets.

@fairchild
Forked from mikewadhera/gist:94310
Created August 25, 2009 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fairchild/175102 to your computer and use it in GitHub Desktop.
Save fairchild/175102 to your computer and use it in GitHub Desktop.
pool :sandbox do
cloud :hello_world do
instances 1..1
# 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