Loading...
image
In the second part on my Cloud Hosting series I'm taking a look at the Amazons collective offerings, Elastic Cloud Computing (EC2) and Simple Storage Service (S3).

Ongoing Projects

Microcyte Content Management System
Snatch (Mac OS X)
Snatch is a website scraping tool which can be used to retrieve links, images and email addresses from a given webpage and linked pages.
image
Distribution (Mac OS X)
Distributions is a mailing list management tool for Mac OS X. It features support for Multiple Classifications and some CRM functions.
image
??? (Mac OS X)
This is a new project I am working on for OS X (leopard). more soon!
image

Opinions & Views

image Previous | Next image

A quick thanks to everyone who helped with or attended my wedding as a guest at the weekend!
A look at Amazon's EC2 and S3 cloud hosting services
In this article I'll be taking a look at Google's entry to the Cloud Hosting arena
You may already have heard of Cloud Computing, Cloud Hosting is an exciting extension of this relatively new area.
I'm now back online after an outage in America caused my Hosting Provider some downtime.
Recently I had to convert a shed load on WMA's to work with iTunes on a Mac, heres how I did it at no cost.
As I work towards the 2.0 release of MicroCyte I wonder whether I should scrap XML/static files in favor of a database?
I've recently had the opportunity make extensive use of a 24" iMac 2.8Ghz, here's what I thought!
Recently I went to see Nizlopi perform at the Norwich arts centre, here's what I thought
MicroCyte has been released! head on over to microcyte.co.uk to checkout the demo and download your copy!
Very soon Firefox 3 will be released. This update will mean support for Microcyte CMS.
Regulars may have noticed that the site has been quiet for the last few days, click through to find out why!
In the last couple of days I've implemented a comments plugin for my Microcyte CMS
In Part 3 of building a DAL in Classic ASP I look at how I implemented my Dynamic SQL module to fulfull my DAL requirements
In part 2 of building a DAL in Classic ASP I look at how to create a functional Dynamic SQL module.
Classic ASP is not known for its rich data access tools, so I look at how you can build a strong Data Access Layer.
Are there compelling reasons for an old school scripting house to move to a new fangled framework?
After 9 months of work, the W3C has published the first working draft of HTML 5.
E-shots can help drive targeted traffic to your website, but how do you avoid making them look like SPAM?
A/B testing can be used to dramically increase conversions on your e-commerce site. Here is basic overview.
In the final part of 'how websites get hacked' I'm going to look at Social Engineering, the non technical hack.
In part 2 of 'how sites get hacked' we look at XSS and SQL Injection

Amazon EC2 and S3

Of the various 'Cloud Hosting' services I'm going to be looking at, Amazon's services are the only ones I haven't used directly. Amazon's two cloud computing services are not actually directly aimed at web hosting, rather, it is a general computing platform on top of which a hosting platform can be built and configured. Because of this developers are using EC2 for hosting applications with unusual hosting requirements. S3 is marketed somewhat separately from EC2 but in practice the two services work together to form a complete package. S3 is a storage platform based around web services, Amazon charge for the amount of data transferred in and out of the service (focussing on the bandwidth used rather than the amount stored).
 
Issues
EC2 instances are not persistent. What this means is that if an instance goes down, then it has to be manually restarted, and it may not have access to the same IP address or memory it had before it crashed. Another side effect of this is that an EC2 instance cannot have a domain pointed directly at it. To get domain names pointing at EC2 instances you have to use a Dynamic DNS service which allows the EC2 instance to tell the DNS system what its new IP address is every-time it boots up.
 
Another issue is the level of flexibility the service provides. You pretty much get access to the entire machine image and its configuration is entirely down to you. If you are uncomfortable configuring system level services and security and installing and configuring Linux server images then EC2 probably isn't for you.
 
EC2 has not exactly been know recently for its reliability. As a cloud computing service its supposed to be highly redundant and resistant to large scale failure. A number of full outages in recent times,however,have shown this not to be the case. So if mission critical reliability is a big issue for you, for now its probably best to avoid both EC2 and S3 until they get the bugs ironed out.
 
Advantages
The main advantages to Amazon's services revolve around its flexibility. You can set up an EC2 instance (so long as its using linux) to do pretty much anything from being an email relay to a fully fledged ruby on rails web hosting platform. Because its cloud based it has the same advantages as other similar services such as scalability and high levels of uptime and resilience.
 
Amazon certainly seem to be serious about the service and have been active in upgrading and maintaining it as interest and use has increased. Apart from that, EC2 is fairly cheap in comparison with services like Mosso and the pay as you go model also seems sensible.
 
Conclusion
Well, thats about all I can say about Amazons EC2 and S3 for now. They seem aimed primarily at the professional developer rather than the novice and are more flexible than many other hosting services (with some obvious limitations also).
 
If you have any practical experience using EC2 and S3 then please feel free to drop me a line and let me know, or comment using the form below!
Title
Alias
Comment