views:

48

answers:

0

Hello,

I plan to open a subscription based website that will be video and image heavy. I have the video and image hosting sorted using Amazons S3 and CDN. now, I will still need a main server to host php/html files and the mysql database.

My question is, is there a scalable solution (that has redundancy incase of spikes) to replace my main server so that I can still server my php and sql processes, but have it's resources increase on demand like the Amazon S3 service does for static files?

Thank you!