Skip to content

Instantly share code, notes, and snippets.

View mndoci's full-sized avatar

Deepak Singh mndoci

View GitHub Profile
@lusis
lusis / quick and dirty ec2.rb
Created November 15, 2010 18:27
quick and dirty ec2 auditing
require 'net/ssh/multi'
require 'fog'
require 'yaml'
require 'optparse'
options = {}
optparse = OptionParser.new do |opts|
opts.banner = "Usage: audit.rb [options]"