Archive for the ‘EC2’ Category

Rubber presentation at Boston Ruby Group

Thursday, July 10th, 2008

I gave a presentation about using rubber to deploy rails apps to ec2 to the Boston Ruby Group on Tuesday July 8th, 2008.  I’m not quite sure how good my speaking skills are, but it seemed to go well.  See the slides on slideshare.

Client for nettica dns service

Monday, January 28th, 2008

One of the drawbacks of EC2 is that there are no static IPs to be had, so short of using an external (to ec2) solution, the only way to have redundant load balancers is to use dns round robin.  If a load balancer instance goes down, we should ideally remove it from the round robin so that clients don’t continue to use the dead IP.

(more…)

Deploying Rails Apps to EC2 with Capistrano

Monday, January 28th, 2008

I’ve created yet another system for deploying rails apps to ec2 using capistrano.  None of the others were doing it for me, primarily because I needed a way to deploy/configure/scale-up to multiple instances as needed.
(more…)

Using Capistrano without source control

Sunday, January 27th, 2008

I’m in the process of writing some capistrano recipes to make deploying to Amazon’s Elastic Compute Cloud (ec2) easier. Since I’m making this project available for general consumption, I wanted a way to make it easy for someone to try it out without having to check something into source control. (more…)