show/hide this revision's text 4 udpated with new info

I setup two instances of my application on EC2, and have been using S3 in as a local-to-AWS backup and media asset delivery. We moved over about 15% of our applications content/traffic to EC2 in mid-June. The result is mixed, and we are moving the content heavy usage instance back to our hosted data center, and now are investigating other content delivery options.

Do note that:

  1. my application is bandwidth hungry (100mpbs to 1gbps)
  2. my company and I are based in Switzerland and that surly has had an impact on our evaluation.
  3. I define bandwidth as a rate of flow (mbps, etc.) and traffic as volume (mb, gb, etc.)

Pros:

  • Cost (especially traffic, US$0.13-0.17/GB)
  • Active user community
  • Effectively unlimited bandwidth with S3-delivered content
  • Flexibility (kick off an instance and have it running in minutes)
  • CPU power available in an instance, even the small instance type, was always enough for my application. There is even a high-CPU instance type for those who need it.

Cons:

  • We had an instance become unreachable (a not unheard of occurrence) and had execute our disaster recovery procedure. 12h.
  • Network latency, for both S3 and EC2, can be unacceptably high (100s of ms)
  • EC2 instance bandwidth is limited. Despite hours of search, I never found an official statement with hard numbers one what users can expect. We saw a max of ~250mpbs in tests.
  • Per HTTP connection bandwidth can be unacceptably low. 1-2mbps from even our Swiss data center with a 800mpbs connection and quality peering. EDIT: We have recently seen rates between our data center and EC2 in the 3-4mpbs range.
  • S3 is not a 'normal' file system, and special software is required. We chose JungleDisk, which I now find inappropriate for a 24/7, moderately sized data set server environment. Strange things would happen (file listed twice with an 'ls' command) and unexpected crashes.
  • Lack of persistence storage (until just a few days ago.) Amazons new EBS (Elastic Block Stores) solves that problem for the most part.
  • S3 is not a CDN. My company, like many others, have tried to use Amazon S3 as a CDN. There are other low cost alternatives out there. (voxel.net, easycache.com)

EDIT 1: Amazon plans to launch a formal CDN with limited functionality be the end of 2008.

EDIT 2: Amazon has (beta) launched the CloudFront CDN service today, 18 Nov 2008. Costing structure seems to be the same as S3, setup looks simple.

I'm a fan of the cloud concept, and we will continue to run an instance out of EC2, but we found it inappropriate for our main production needs in its current form. Maybe things will change in the future.

show/hide this revision's text 3 added new information, making current

I setup two instances of my application on EC2, and have been using S3 in as a local-to-AWS backup and media asset delivery. We moved over about 15% of our applications content/traffic to EC2 in mid-June. The result is mixed, and we are moving the content heavy usage instance back to our hosted data center, and now are investigating other content delivery options.

Do note that:

  1. my application is bandwidth hungry (100mpbs to 1gbps)
  2. my company and I are based in Switzerland and that surly has had an impact on our evaluation.
  3. I define bandwidth as a rate of flow (mbps, etc.) and traffic as volume (mb, gb, etc.)

Pros:

  • Cost (especially traffic, US$0.13-0.17/GB)
  • Active user community
  • Effectively unlimited bandwidth with S3-delivered content
  • Flexibility (kick off an instance and have it running in minutes)
  • CPU power available in an instance, even the small instance type, was always enough for my application. There is even a high-CPU instance type for those who need it.

Cons:

  • We had an instance become unreachable (a not unheard of occurrence) and had execute our disaster recovery procedure. 12h.
  • Network latency, for both S3 and EC2, can be unacceptably high (100s of ms)
  • EC2 instance bandwidth is limited. Despite hours of search, I never found an official statement with hard numbers one what users can expect. We saw a max of ~250mpbs in tests.
  • Per HTTP connection bandwidth can be unacceptably low. 1-2mbps from even our Swiss data center with a 800mpbs connection and quality peering.
  • S3 is not a 'normal' file system, and special software is required. We chose JungleDisk, which I now find inappropriate for a 24/7, moderately sized data set server environment. Strange things would happen (file listed twice with an 'ls' command) and unexpected crashes.
  • Lack of persistence storage (until just a few days ago.) Amazons new EBS (Elastic Block Stores) solves that problem for the most part.
  • S3 is not a CDN. My company, like many others, have tried to use Amazon S3 as a CDN. There are other low cost alternatives out there. (voxel.net, easycache.com) EDIT: Amazon plans to launch a formal CDN with limited functionality be the end of 2008.

I'm a fan of the cloud concept, and we will continue to run an instance out of EC2, but we found it inappropriate for our main production needs in its current form.

show/hide this revision's text 2 incorrect acronym

I setup two instances of my application on EC2, and have been using S3 in as a local-to-AWS backup and media asset delivery. We moved over about 15% of our applications content/traffic to EC2 in mid-June. The result is mixed, and we are moving the content heavy usage instance back to our hosted data center, and now are investigating other content delivery options.

Do note that:

  1. my application is bandwidth hungry (100mpbs to 1gbps)
  2. my company and I are based in Switzerland and that surly has had an impact on our evaluation.
  3. I define bandwidth as a rate of flow (mbps, etc.) and traffic as volume (mb, gb, etc.)

Pros:

  • Cost (especially traffic, US$0.13-0.17/GB)
  • Active user community
  • Effectively unlimited bandwidth with S3-delivered content
  • Flexibility (kick off an instance and have it running in minutes
  • CPU power available in an instance, even the small instance type, was always enough for my application. There is even a high-CPU instance type for those who need it.

Cons:

  • We had an instance become unreachable (a not unheard of occurrence) and had execute our disaster recovery procedure. 12h.
  • Network latency, for both S3 and EC2, can be unacceptably high (100s of ms)
  • EC2 instance bandwidth is limited. Despite hours of search, I never found an official statement with hard numbers one what users can expect. We saw a max of ~250mpbs in tests.
  • Per HTTP connection bandwidth can be unacceptably low. 1-2mbps from even our Swiss data center with a 800mpbs connection and quality peering.
  • S3 is not a 'normal' file system, and special software is required. We chose JungleDisk, which I now find inappropriate for a 24/7, moderately sized data set server environment. Strange things would happen (file listed twice with an 'ls' command) and unexpected crashes.
  • Lack of persistence storage (until just a few days ago.) Amazons new ESB EBS (Elastic Storage Block Stores) solves that problem for the most part.
  • S3 is not a CDN. My company, like many others, have tried to use Amazon S3 as a CDN. There are other low cost alternatives out there. (voxel.net, easycache.com)

I'm a fan of the cloud concept, and we will continue to run an instance out of EC2, but we found it inappropriate for our main production needs in its current form.

show/hide this revision's text 1