Ask HN: How much do you spend on hosting?
I was recently asked to give an estimate of how much it would cost to host a PHP/MySQL website that is expected to get X monthly page views. Unfortunately, I couldn't answer and wasn't able to Google it. It seems like this sort of knowledge only comes with experience and is rarely documented.
In the spirit of transparency, it'd be interesting if we all shared how much we're spending on hosting. Of course, every application is unique but knowing what others are spending for a similar application can be valuable information.
Please include some information about your stack (hosting provider, programming language, database, etc.) and how much traffic you are handling.
2 comments
[ 3.5 ms ] story [ 9.3 ms ] threadCosts $10 to $18 per month depending mainly on Datastore Queries as caching is limited to 1Mb per cache and I haven't fixed a function to handle caching with multiple keys yet so the cost can be lower.
At work, our site serves 8 figures per month in page views and targets 99.999% uptime. We're on a Python/Django/MySQL stack with Celery, Varnish, Elasticsearch, and a few other things thrown in for fun. Between staging and production environments, and redundancy in production, I'd estimate we spend around $7k/mo on AWS for hosting, plus about $3k/mo for a couple Redshift instances for internal use. This year we might reserve some of our instances to save money.