1

Is that possible to decide about scalability based upon multiple metrics. For example, I wanna check both the "CPU Utilization" and "number of requests" together and then decide whether I need to Scale my application or not.

4

1 回答 1

0

目前,根据https://forums.aws.amazon.com/thread.jspa?messageID=223753https://forums.aws.amazon.com/thread.jspa,我不认为这是可能的?threadID=94984

您确实可以使用自定义 CloudWatch 指标作为扩展来源。因此,您可以根据其他数据创建自己的指标来决定如何/何时扩展,而不是尝试使用两个指标。

这是有关自定义 CloudWatch 指标可用性的原始博客文章。此外,这是一篇关于将 AutoScaling 与它们一起使用的帖子。

这应该使您能够根据您的系统的可扩展事件的构成来尽可能细化。

于 2013-03-25T15:00:03.127 回答