I'm currently developing a website that is ought to see a large amount of traffic really quickly after being put in production. To put things in perspectives I'm speaking about 10 to 30 thousands unique visitors per day on its first week and an expected peak of 150k uv per day on its second week. Needless to say that I'd better plan this right as I won't have much time to upgrade my system.
I was looking at amazon RDS to store the database and realized that it cost quite a lot : approx. 650$ per months for the Extra Large Instance DB. Moreover, the server they offer doesn't seem that great.
On the other hand, there is this offer (http://www.ovh.com/fr/serveurs_dedies/eg_ssd.xml) from french company OVH. It's a 110€/month dedicated server. 4x2(HT)x2.66Ghz i7, 64bits, 24Go DDR3 with 2 120Go SSD drive in it. That would connect at a 1Gbps to my apache server (also on OVH).
I was wondering what solution would you pick ? The OVH option seems great to me but I'm not sure at all.
Finally, I thought of another solution. What if I was to take more than one Small DB Instance on Amazon and divide my DB between them ? I'd surely get a better overall IOPS and the load would be shared between all those instances.
As you can see, I'm lost :(
Thanks for your help that I'm sure will be great ;)
Jibou