26 Feb 2019

Why AWS CloudWatch does not have Memory usage metric by default

Metrics that AWS provides are collected at the hypervisor level. But memory metrics (like disk metrics) are sourced from the OS level. A custom metrics are required to be periodically push to CloudWatch so that the memory and disk utilization metrics are visible on cloud Watch.

Monitoring Memory and Disk Metrics for Amazon EC2 Linux Instances