- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
AWS ASG 冷却期(当我想更新我的自动扩展组时可以编辑)和扩展策略中的预热期有什么区别?
最佳答案
冷却时间防止失控的缩放事件。如果您的系统在 CPU 上运行很高,并且您的自动缩放规则添加了一个实例,则需要 5 分钟左右的时间才能使实例完全启动并帮助负载。如果没有冷却时间,规则将继续触发,并可能在 CPU 指标下降之前添加 4 或 5 个实例,从而导致浪费的过度配置。或者在缩减的情况下,超调并导致供应不足。
with a cooldown period in place, the Auto Scaling group launches aninstance and then suspends scaling activities due to simple scalingpolicies or manual scaling until the specified time elapses. (Thedefault is 300 seconds.) This gives newly launched instances time tostart handling application traffic. After the cooldown period expires,any suspended scaling actions resume. If the CloudWatch alarm firesagain, the Auto Scaling group launches another instance, and thecooldown period takes effect again. If, however, the additionalinstance was enough to bring the CPU utilization back down, then thegroup remains at its current size.
With step scaling policies, you can specify the number of seconds thatit takes for a newly launched instance to warm up. Until its specifiedwarm-up time has expired, an instance is not counted toward theaggregated metrics of the Auto Scaling group. While scaling out, AWSalso does not consider instances that are warming up as part of thecurrent capacity of the group. Therefore, multiple alarm breaches thatfall in the range of the same step adjustment result in a singlescaling activity. This ensures that we don't add more instances thanyou need.
关于amazon-web-services - AWS ASG 冷却期和扩展策略中的预热期有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58039006/
我一直在制作一个 pygame 游戏,其中两名玩家尝试将球击入球网。我在我的游戏中有一个提升功能,但是,我想要一些提升垫,当它们被收集时,我得到 +3 提升。在我下面的代码中,有一个巨大的黄色,当有人
这是我的 package.json 文件的依赖项,我在其中添加了“cool-ascii-faces”。然后我需要更新我的 index.js 文件以获取/cool 页面,这样在每次重新加载时我都会看到a
我是一名优秀的程序员,十分优秀!