Amazon EC2 Auto Scaling based on memory utilization

0

Does aws auto-scaling support the application that is running on tomcat8 or should we use any other application servers like glassfish or nginx or httpd.

質問済み 2年前1155ビュー
1回答
0

Autoscaling will use pretty much any CloudWatch Metric that you are providing. As long as you are tracking memory on the instances you're good to go.

Note that you can also use Metric Match to scale on different metrics: for example, if memory and CPU are both over 70% then scale up.

profile pictureAWS
エキスパート
回答済み 2年前
  • In my case the scaled up server is not supporting the memory of my first server.what could be the reason

  • It sounds like you may have setup the CloudWatch Alarm to look a a metric for a specific instance. When you push the memory metrics to CloudWatch it should be to a single shared metric (for example, one with the dimension "AutoScalingGroupName:<Name>". Also make sure that whatever mechanism you're pushing the metrics with (ex: CWAgent) is automatically installed and configured on the new instances

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ