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.

demandé il y a 2 ans1151 vues
1 réponse
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
EXPERT
répondu il y a 2 ans
  • 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

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions