What kind of website can be run on AWS for 10, 100, 1 thousand, 10 thousand, 100 thousand, 1 million dollars per month?
27th October 2013
My answer to What kind of website can be run on AWS for 10, 100, 1 thousand, 10 thousand, 100 thousand, 1 million dollars per month? on Quora
“But is there a simple way to say that for 10$ per month you can run website on AWS, that has X unique users and Y data transfer...”
Sadly not—it’s not even possible to come up with a rough approximation, because every site (and every potential site architecture) is so different.
For a site that doesn’t change much—a blog for example—you can run a caching system like Varnish on just a single inexpensive instance and serve millions of hits per day.
For a site that does complex, personalised calculations for every user that same instance might only support a hundred users at once.
The impact of technology choice and nature of site is so crucial that there can be no rule of thumb for estimating the cost of the service here.
More recent articles
- Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code - 22nd June 2026
- sqlite-utils 4.0rc1 adds migrations and nested transactions - 21st June 2026
- Datasette Apps: Host custom HTML applications inside Datasette - 18th June 2026