How to monitor EC2 instances by memory?

前端 未结 2 1942
迷失自我
迷失自我 2021-02-19 02:50

Using Cloudwatch you can monitor your EC2 instances by several criteria, such as network usage, CPU usage, and so on…

Unfortunately, there is no metric for memory consum

2条回答
  •  故里飘歌
    2021-02-19 03:28

    Well, now the new CloudWatch agent can collect metrics like memory and disk usage, see the docs.

    With this you can monitor this kind of metrics, but you will need to install and configure the agent in the instances.

提交回复
热议问题