Skip to content

Instantly share code, notes, and snippets.

@ascrivner-zz
ascrivner-zz / Gemfile
Created January 15, 2012 16:20 — forked from auxesis/Gemfile
#!/usr/bin/env ruby
source :rubygems
gem "newrelic_rpm"
#! /usr/bin/env python
import fileinput
import argparse
from operator import itemgetter
parser = argparse.ArgumentParser()
parser.add_argument('--target-mb', action = 'store', dest = 'target_mb', default = 61000, type = int)
parser.add_argument('vmtouch_output_file', action = 'store', nargs = '+')
args = parser.parse_args()
@ascrivner-zz
ascrivner-zz / gist:120346
Created May 30, 2009 03:28 — forked from luke0x/gist:115795
Deploying a Rails App with EC2 + S3 + Ubuntu
Deploying a Rails App with EC2 + S3 + Ubuntu
============================================
Create EC2 Instance
-------------------
create new instance ami-bf5eb9d6 [http://alestic.com/](http://alestic.com/)
create new elastic ip
attach elastic ip to instance
point dns to elastic ip