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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How fast is an AWS auto scaling group?

1 点作者 apoorvgarg超过 6 年前
I have been struggling to find an answer to this simple question. What is the rate at which new instances can be created in an autoscaling group?<p>Let&#x27;s say if there is a sudden spike in traffic, and I need to go from 50 EC2 instances to 300. How long would it take (lets assume a pre-baked AMI). If every EC2 takes x minutes to start up, in how much time will my auto scaling group achieve the target size? Will all 250 instances be started up in parallel ?

2 条评论

wskinner超过 6 年前
This question would be better asked to AWS support. Barring that, why not just test it with an few instance types and measure the results?
YuriNiyazov超过 6 年前
If you change the “desired” setting directly from 50 to 300, they will start up in parallel