AWS Certified SysOps Administrator – Associate (legacy) — Question 716

A company has a web application that runs both on-premises and on Amazon EC2 instances. Over time, both the on-premises servers and EC2 instances begin crashing. A SysOps Administrator suspects a memory leak in the application and wants a unified method to monitor memory utilization over time.
How can the Administrator track both the EC2 memory utilization and on-premises server memory utilization over time?

Answer options

Correct answer: B

Explanation

The Amazon CloudWatch agent can be installed on both EC2 instances and hybrid on-premises servers to collect OS-level metrics like MemoryUtilization, providing a single pane of glass in CloudWatch. This allows the SysOps Administrator to easily configure unified CloudWatch alarms for both environments. Other options either introduce unnecessary third-party tools or rely on load balancer metrics, which cannot measure host-level memory consumption.