TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

23 点作者 jm3将近 15 年前
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 条评论

kehunt将近 15 年前
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 未加载
teej将近 15 年前
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 未加载
imp将近 15 年前
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.
jm3将近 15 年前
I’ll go first: we (140 Proof) actually have 20 instances, not 18. How many instances do other people’s apps use?