I am developing a website and need to know which instance suited for my requirements. I know this is very subjective question and depends upon many factors but any answer will help me alot.

My case is running python web framework (Django, etc) and serving web page of avg. size 20KB each with average depth of 10 pages. Means, user can see average 10 personalized pages.

Depending on this how many request per second each amazon instance can handle?

link|improve this question
2  
You will have to test that with your application yourself, because it depends on too many things we don't know. – SvenW Jul 19 '11 at 17:50
feedback

closed as not constructive by SvenW, womble, Iain, MikeyB, Scott Pack Jul 19 '11 at 19:14

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Anywhere from less than one to a few million. The only way to tell is to deploy your application and benchmark it.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.