【发布时间】:2021-09-01 21:58:18
【问题描述】:
我们正在使用 AWS 简单扩展策略来扩展我们的 EC2 实例。我公司不会考虑其他AWS扩展方式ATM。
Add 2 capacity units when CPUUtilization >= 70 for 5 consecutive periods of 60 seconds for the metric dimensions
因此,当 CPU > 70% 时,我们将横向扩展 2 个单元。
这是我的问题?
- 当 CPI 利用率下降低于 70% 时,EC2 是否会自动缩回到所需的 EC2 实例数量?
- 我需要单独的策略比例吗?如果是,最好的 CPU 值是多少?
- 使用简单缩放的最佳做法是什么?
此外,以前的一位同事实施了一个额外的缩减规则,如下所示:这适用于缩减吗? CPU 大于 15% 的规则规模化似乎很奇怪
Remove 1 capacity units CPUUtilization > 15 for 12 consecutive periods of 60 seconds for the metric dimensions:
【问题讨论】:
-
进展如何?问题还不清楚?
标签: amazon-web-services aws-auto-scaling