Which of the following requires a custom CloudWatch metric to monitor?

Which of the following requires a custom CloudWatch metric to monitor?

Which of the following requires a custom CloudWatch metric to monitor?

A.
Memory Utilization of an EC2 instance

B.
CPU Utilization of an EC2 instance

C.
Disk usage activity of an EC2 instance

D.
Data transfer of an EC2 instance

Explanation:

http://arr.gr/blog/2013/08/monitoring-ec2-instance-memory-usage-with-cloudwatch/



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Ega

Ega

A. Because CloudWatch doesn’t have matric for memory utilization

mutiger91

mutiger91

It does have a “Freeable Memory” metric for RDS. The key in this question is that it is specific to EC2.

seenagape

seenagape

Correct answer is A

kamleshj

kamleshj

A

CloudWatch relies on the information provided by this hypervisor, which can only see the most hardware-sided part of the instance’s status, including CPU usage (but not load), total memory size (but not memory usage), number of I/O operations on the hard disks (but not it’s partition layout and space usage) and network traffic (but not the processes generating it).

sul

sul

The simple answer is that to monitor memory for an EC2 instance you must create a custom metric as it does not come set up by default.

A