Cloud Zone
Cloud Zone is brought to you in partnership with:
spacer spacer Gaurav Mantri
  • Bio
  • Website
  • @gmantri
  • spacer

I'm founder of Cerebrata Software, an ISV based out of India. At Cerebrata, we're focused on building developer tools for Microsoft's Windows Azure platform. Gaurav is a DZone MVB and is not an employee of DZone and has posted 15 posts at DZone. You can read more from them at their website. View Full User Profile

Simple Calculator for Comparing Windows Azure Blob Storage and Amazon S3 Pricing

09.06.2012
| 4686 views |
  • Tweet
  • spacer

Related MicroZone Resources

How to Run a Java Application Server on a Virtual Machine

PHP Web Site with MySQL Using Git on Azure

FREE 3 Month Azure Trial

PHP Web Site with Windows Azure Table Storage Using Git

On-Premises Application with Azure Blob Storage

Like this piece? Share it with your friends:

| More

A few months back, I wrote a few blog posts comparing Windows Azure Blob Storage and Amazon S3 services. You can read those blog posts here:

gauravmantri.com/2012/05/09/comparing-windows-azure-blob-storage-and-amazon-simple-storage-service-s3part-i/

gauravmantri.com/2012/05/11/comparing-windows-azure-blob-storage-and-amazon-simple-storage-service-s3part-ii/

gauravmantri.com/2012/05/13/comparing-windows-azure-blob-storage-and-amazon-simple-storage-service-s3summary/

Since pricing for both of these services are changing quite frequently and depended upon a number of factors, it was not possible for me to pinpoint exactly which service is cheaper. I created a simple calculator where you can input appropriate values and compare the cost of both of these services to you.

As mentioned in my other blog posts, the pricing depends on 3 factors in both services:

  1. Transaction costs i.e. cost incurred based on number of transactions performed against each service. These include various REST based operations performed against the two services.
  2. Storage costs i.e. cost incurred based on the amount of data stored in each service. These are usually calculated based on Giga bytes of data stored per month.
  3. Bandwidth costs i.e. cost incurred based on the data sent out of the data center in each service. Please note that at the time of writing of this blog, all incoming traffic is free in both service as well as the data transferred between an application and storage service in same data center is also free.

In this simple calculator, I took only the first two factors into consideration. Again when it comes to storage costs, both services offered a tiered pricing scheme, which I have not considered.

 

 

 

A few comments:

  • At the time of writing this blog post, the pricing is taken from the respective services' pages (https://www.windowsazure.com/en-us/pricing/details/ and aws.amazon.com/s3/pricing/). I will try and keep this post updated with the default pricing however I would strongly recommend that you check the pricing page for respective services to get most current pricing.
  • While pricing is an important criteria, it should not be the sole criteria for deciding which service to choose. One must also consider the features offered by each service. You can check gauravmantri.com/2012/05/13/comparing-windows-azure-blob-storage-and-amazon-simple-storage-service-s3summary/ for a feature by feature comparison as of 11th of May 2012. Since then both services have offered some new features (e.g. Asynchronous copy blob support in Windows Azure and CORS support in Amazon S3 etc.) which should also be taken into consideration.
  • For storage costs, I have taken a very simple scenario but both services offer tiered pricing as well. One should take that into consideration as well.
  • Lastly, I must emphasize that it is a very simple calculator with no in-built error checking or data validation. If you find any issues with this calculator (especially around incorrect calculations), please let me know ASAP and I will fix them.

Hope this helps.

Published at DZone with permission of Gaurav Mantri, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Tags:
  • Cloud
  • Comparison Guide
  • Windows Azure
  • Got a story? Tell us!

Related MicroZone Resources

How to Run a Java Application Server on a Virtual Machine

PHP Web Site with MySQL Using Git on Azure

Hello World Web App Using Eclipse on Azure

PHP Web Site with Windows Azure Table Storage Using Git

FREE 3 Month Azure Trial

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.