Amazon EC2 Rails roundup: 2 small instances vs 1 high CPU medium instance

Posted on May 19, 2009

A typical setup for a (small) web application is to have 2 tiers, one for the database and one for the application/web. Amazon EC2 offers a variety of different instances, starting form small to extra large high CPU instances. A high CPU medium instance costs double of a small instance. This raises the question, is it better (for performance) to have a cluster of 2 small instances or just one high CPU medium instance? The surprising results are presented in this post.

Disclaimer: The results are as they are. I didn’t validate them nor did I check their integrity. Please also consider that performance is just one criteria for hosting a web app.TimeWhale Time Tracking

Related posts:

  1. Amazon EC2 preserved instances pricing scheme
  2. RailsConf 2010 Roundup (Rails 3.0 RC, Rails 3.1 Outlook and some more awesomeness)
  3. Adding ‘whenever’ gem to Rails environment caused warning
  4. TimeWhale Beta Registration
  5. Speed up your website with CDN and Rails

Tags: , ,

Leave a Reply