Skip to main content

How to choose a Cloud Provider

The wonderful site, http://cloudharmony.com/speedtest/run allows you to run tests on latency, small and large file download speed. Depending on the nature of your application, the choice of a provider is crucial (of course price is another important factor).

In the tests, Large File Download category, Amazon S3 is the winner with an average of 15.33 Mb/s. This might be suitable for applications working with large files (pdfs, catalogs, repositories).

Windows Azure Service is the winner of the small file category with around 2.5 Mb/s. The difference between the large and small file is significant. This order of magnitude difference is probably due to the overhead of authentication, establishing a connection etc. Once the pipe is secure and ready, you are probably bound to the limitations of your IPO as well as the cloud service provider's SLA.

Latency might be a concern for high throughput applications - I would argue that self-hosting or keeping the applications close behind the scenes might be a better choice than putting a cloud between your data and application. If it is not avoidable, though, Amazon S3 seems to be offering the best (minimum) latency. This (and the file download times) is impacted by the Geographical designation of the applications and their clients. Clearly as the audience grows, one might want to implement load balancing facilities to route users to the closest cloud servers (S3 offers service in CA and VA for instance)

Great tool Cloud Harmony!!

Large File Download Tests

ServiceLocationTime (secs)# of SamplesTransferred (MB)Min Mb/sMax Mb/sStd DevMedian Mb/sAvg Mb/s
Simple Storage Service (S3)VA, US10.39419.9913.1817.7113.06%16.1315.33
Nirvanix SDNTest Failed
HP Cloud Object StorageAZ, US8.1242.491.773.1724.64%2.562.42
Windows Azure StorageTX, US10.1849.636.118.1712.71%8.067.5
Internap Cloud Storage6.445.353.8114.2966.31%6.067.23
Zetta Enterprise Cloud Storage7.8946.295.578.2619.6%5.916.39
Simple Storage Service (S3)CA, US8.9346.283.867.5627.44%7.396.22
Box.net7.3344.482.66.2635.75%5.64.61
Google Storage for Developers8.2411.046.7415.2737.68%12.410.56
Windows Azure StorageIL, US8.64412.589.5912.3610.65%11.6811.14

Small File Download Tests

ServiceLocationTime (secs)# of SamplesTransferred (MB)Min Mb/sMax Mb/sStd DevMedian Mb/sAvg Mb/s
HP Cloud Object StorageAZ, US5.9190.690.511.4741.31%0.850.97
Google Storage for Developers5.27110.740.812.7442.41%1.231.28
Box.net9.5770.570.280.6928.24%0.530.5
Internap Cloud Storage6.55100.60.431.0831.46%0.880.79
Simple Storage Service (S3)VA, US7.28130.690.672.7137.89%1.771.64
Windows Azure StorageIL, US3.38130.811.174.2344.77%2.612.52
Zetta Enterprise Cloud Storage4.62110.790.72.5341.96%1.451.62
Nirvanix SDNTest Failed
Simple Storage Service (S3)CA, US6.47100.570.291.3156.2%0.590.75
Windows Azure StorageTX, US4.91110.730.832.3637.67%1.151.39

Network Latency Tests

ServiceLocationTime (secs)# of SamplesMin msMax msStd DevMedian msAvg ms
HP Cloud Object StorageAZ, US0.65981000.85%9998.8
Simple Storage Service (S3)VA, US0.43741506.49%4444.86
Simple Storage Service (S3)CA, US0.751091213.86%117116
Windows Azure StorageIL, US0.46648577.64%5051.5
Box.net1.0932602763.19%263266.33
Nirvanix SDNTest Failed
Internap Cloud Storage0.7549118038.83%92113.75
Windows Azure StorageTX, US0.53570731.6%7171.4
Google Storage for Developers0.61652573.98%5454.33
Zetta Enterprise Cloud Storage0.48490910.55%9190.75

Comments

Popular posts from this blog

Windows 7 Do NOT Remember folder settings

There used to be an option in prior windows version where under Folder Options, you would "NOT remember" the view settings. This way, the browsing would be uniform, unless you wanted to change it. I found a way to do it in Win 7. Go to Folder Options\View and click Apply to Folders. This will apply the view in the current window to all folder views.
Today marks my 14th year in the USA. In 4 short years, I will have lived in the US more than Turkey (18 years), where I was born. Here is a brief summary: F1 Student Visa (Summer 1998 - Bachelors), OPT - Optional Practical Training (Summer 2002), F1 Student Visa (2003 - Masters), OPT (Summer 2003), H1-B non-Immigrant Visa (Late 2003), H1-B renewal (2004 August - Job Change), PERM application for Green Card (2005), I-140 (Oct 21, 2005), H1-B Renewal (2006), H1-B Renewal (new job), PERM application for Green Card (2008 - new job), I-140 (2009 new job), H1-B renewal (2011), I-485 (2011 Aug - Adjustment of Status), I-765 (2011, Application of Employment Authorization), I-131 (2011, Application of Travel Document), I-765 renewal (2012 June), I-131 renewal (2012 June), Service Request for I-485 (2012 June), Service Request for Service Request for I-485 (2012-August, not kidding), Service Request for I-765 and I-131 renewals (2012 August) ... still an alien...

VMDisk

The purpose is to create a disk to keep contents shared across the VMs Following the instructions at http://www.vmware.com/support/ws45/doc/ws40_disks.html#1046465 Find your VM installation and run the following C:\Program Files\VMware\VMware Workstation> vmware-vdiskmanager.exe  -s 10GB -a ide -t 1 -c "D:\Virtual Machines\vmDisk.vmdk" (s: size, a: interface, t: type (0-3 for increase and size options), c:create) Creating disk 'D:\Virtual Machines\vmDisk.vmdk'   Virtual disk creation successful. How to browse a Vmdk? http://www.vmware.com/support/ws45/doc/disks_add_ws.html#1008949 Tried to add this newly created disk when the vm server was on by going to settings/add/hard drive/existing virtual. Got error: failed to add disk ide0:1 I shutdown the vm pc and add disk then try starting the machine. Then went to disk mgt in windows where I got the "Initialize Disk" prompt New Volume > Simple > Quick format and voila!!