Cloud copes with capacity

This article was originally published in VSJ, which is now part of Developer Fusion.
Amazon has launched a beta of a new web service for developers. Amazon Elastic Compute Cloud (Amazon EC2) provides a resizable computing capacity in a “cloud”. It claims to provide true virtual computing. To use it you create an Amazon Machine Image (AMI) containing your application, which you then upload to Amazon S3, a web distributed storage facility introduced by Amazon last year. S3 acts as a repository for all of the images. To use the image you call on the EC2 web service to create as many running instances of the application as you need using the RunInstances call. This returns a set of DNS names that you can use to communicate with a running instance as if it was a local machine.

Each instance provides the equivalent of a 1.7Ghz Xeon with 1.75GB of RAM, 160GB disk space and 250Mbps network bandwidth. The key advantages of this distributed architecture is that you can vary capacity without having to invest in hardware (hence the “elastic” in the name), and you can take advantage of the reliability and security of Amazon’s computing centre. Tools, developer forums and documentation can be found at developer.amazonwebservices.com.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“To iterate is human, to recurse divine” - L. Peter Deutsch