Hacker News new | ask | show | jobs
by nckbz 5347 days ago
>> My experience with EC2 is that you get more RAM for the buck when compared to Rackspace and others, but IO to disk and CPU is sub-par. As a result, I tend to prefer Rackspace who are also big players in the open source space.

Seconding this. And I'd recommend a hybrid solution if it's possible. Dedicated db server with some cloud webheads for your front end. I really think that's the best bang for your buck. Has anyone tried the Amazon RDS or the RackSpace R2 servers? I'd really like to know if they provide any advantages over just straight up hosting your database on another cloud instance.

1 comments

The ultimate hybrid is to find a budget VPS (or premium VPS) provider who is based in the same datacenter as your 'bare metal' servers. Granted VPS != cloud, but depending on your requirements you might get the same benefits.

The benefit here is that you can exchange data between servers/VPS's via the private LAN - low latency and potentially no bandwidth costs.

If you go with an Amazon based solution then you don't have this benefit due to the NAT-like way Amazon works and the fact they either own their own datacenters or at least don't allow any private routes between other servers in the same DC.

(I don't know whether every Amazon availability zone is in a wholly operated Amazon datacenter)