Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created April 7, 2010 17:19
Show Gist options
  • Save trevorturk/359150 to your computer and use it in GitHub Desktop.
Save trevorturk/359150 to your computer and use it in GitHub Desktop.
@ec2 = RightAws::Ec2.new(AWS_KEY, AWS_PWD)
@couch_instances = @ec2.describe_instances.select do |instance|
instance[:aws_groups].include?('couch')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment