Skip to content

Instantly share code, notes, and snippets.

@fairchild
Created November 5, 2008 21:34
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 fairchild/22435 to your computer and use it in GitHub Desktop.
Save fairchild/22435 to your computer and use it in GitHub Desktop.
Basic poolparty spec
# Basic poolparty template
pool :cloudcompute do
instances 2..3
cloud :app do
access_key ENV['AWS_ACCESS_KEY_ID'] || 'your_aws_key_id'
secret_access_key ENV['AWS_SECRET_ACCESS_KEY'] || 'your_aws_secret_key'
ami "ami-1cd73375"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment