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

A company's website went down for several hours. The root cause was a full disk on one of the company's Amazon EC2 instances.
Which steps should the SysOps Administrator take to prevent this from happening in the future?

Answer options

Correct answer: D

Explanation

Standard Amazon EC2 metrics provided by hypervisor monitoring do not include internal operating system metrics such as disk space utilization. Installing the Amazon CloudWatch agent on the EC2 instances is necessary to collect these custom OS-level metrics and send them to CloudWatch. Detailed monitoring only increases the frequency of default hypervisor metrics, while volume status checks and AWS Health events do not track specific file system disk capacity usage.