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년 전1151회 조회
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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠