TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Max no. of EC2 instances used by a single web app?

23 pointsby jm3almost 15 years ago
Including DB &#38; API machines, our web app occupies 18 heavily utilized Amazon EC2 instances under a traffic load of ~7k RPM. "Conventional wisdom" says that we're mis-using EC2 by keeping so many virtual instances running but I prefer hard data to "conventional wisdom".<p>Curious to hear from the HN community: what’s the most long-running EC2 instances you've seen in a successful web app?

4 comments

kehuntalmost 15 years ago
Some other data points:<p>* Animoto was running several thousands of machines in 2008 (<a href="http://bit.ly/EDLtt" rel="nofollow">http://bit.ly/EDLtt</a>)<p>* Litmus runs 400 servers (<a href="http://bit.ly/d7Hc7y" rel="nofollow">http://bit.ly/d7Hc7y</a>)<p>* 99Designs runs entirely on EC2 (<a href="http://bit.ly/aotKgg" rel="nofollow">http://bit.ly/aotKgg</a>)<p>I've personally had long-running EC2 instances with uptimes in <i>years</i>. You could do it cheaper in terms of hardware, but at the cost of wasting time at the colo while you could be building cool shit.
评论 #1453650 未加载
评论 #1450702 未加载
teejalmost 15 years ago
Zynga runs over 12,000 EC2 nodes total. A single app like FarmVille, which runs entirely on EC2, will be a few thousand. It's safe to guess we're Amazon's biggest customer.
评论 #1454365 未加载
评论 #1452436 未加载
评论 #1450868 未加载
impalmost 15 years ago
I've got two running now. A large for the webserver and a medium high CPU for the database. Roughly a couple hundred reqests per second.
jm3almost 15 years ago
I’ll go first: we (140 Proof) actually have 20 instances, not 18. How many instances do other people’s apps use?