Web Hosting Talk







View Full Version : Thoughts on an Amazon stack


SimpleStation
12-07-2010, 08:51 PM
Hi all -

I am currently evaluating Amazons' services and was wondering if anyone in the community has some thoughts on creating a stack of solutions with Amazon. The stack would essentially look like this:

Route 53 for DNS, EC2 Instances for Web Serving, RDS for DBase operations, S3 for file storage

A bit of info on our requirements. Our DB is read heavy, and there would potentially be a large amount of traffic to the S3 storage as we will be hosting video files from there.

If anyone has any basic thoughts on an implementation like this from a technical/reliability stand point that would be great. I'm mostly interested in potential latency issues with everything living in the cloud and if anyone has experienced data loss with these services at all?

From what I have read so far, the services seem reliable but it never hurts to ask for more opinions. :)

Thanks!
Aaron

CloudWeb
12-07-2010, 09:42 PM
While technically it may work, Amazon's infrastructure is not designed for this at all. What you're referring to is a server cluster and look at it like you would a traditional cluster in a Data Center. That cluster is going to be on the same network, with it's own private internal LAN, each server is able to connect and communicate with each other properly.

Amazon's services are flat "VPS's" basically, and spread across many different infrastructure's both physical and virtual.

There are ways to do what you want in the Cloud as we've been working on this exact thing for a very large high-profile site but to do it right will require the right fit of a provider.