From The Blog

Keep AWS Simple Storage Service (S3) costs low using Ruby on Rails

The Simple Storage Service (S3) from Amazon Web Services is fantastic, and something that we recommend to our customers all of the time. Scalable,...

The Simple Storage Service (S3) from Amazon Web Services is fantastic, and something that we recommend to our customers all of the time. Scalable, on-demand storage that not only doesn’t have to be managed by a systems administrator, but also costs pennies on the dollar, is something that anyone building a web-based application should look into. While the costs are “minimal,” the more you store, the more you pay. So, how do you keep the costs low while losing nothing?

One method of reducing your overall S3 costs is outlined (with code provided) in this article, Economical Use of Amazon S3 with Ruby on Rails, on the Amazon Web Services Developer Connection site. The solution presented describes how to use a “pack and ship” method to save on PUT requests and total storage.

Other Posts That Might Interest You

  1. Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering
  2. Persistent storage coming to Amazon EC2
  3. Introduction to AWS for Ruby Developers Updated

Tags: 

blog comments powered by Disqus