Skip to content

Instantly share code, notes, and snippets.

@threetee
Created July 13, 2010 22:49
Show Gist options
  • Save threetee/474675 to your computer and use it in GitHub Desktop.
Save threetee/474675 to your computer and use it in GitHub Desktop.
pool "myapp" do
cloud "app" do
using :ec2
instances 1..1
security_group do
authorize :from_port => 22, :to_port => 22
end
end
end
@peregrinator
Copy link

Here's a paired down version of my staging server cloud. http://gist.github.com/474728

If I were to modify your's I'd prob do this http://gist.github.com/474733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment