SOA-C02 · Question #127
A SysOps administrator needs to create alerts that are based on the read and write metrics of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to an Amazon EC2 instance. The SysOps…
The correct answer is C. Reconfigure the CloudWatch alarms to use the VolumeReadBytes metric and the. CloudWatch can monitor I/O based on an entire EBS volume without the agent using the VolumeWriteBytes metric. The question is asking about "volume metrics". If the question were asking about alerting for used or free space in a file system on a volume, then you'd need the…
Question
A SysOps administrator needs to create alerts that are based on the read and write metrics of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to an Amazon EC2 instance. The SysOps administrator creates and enables Amazon CloudWatch alarms for the DiskReadBytes metric and the DiskWriteBytes metric. A custom monitoring tool that is installed on the EC2 instance with the same alarm configuration indicates that the volume metrics have exceeded the threshold. However, the CloudWatch alarms were not in ALARM state. Which action will ensure that the CloudWatch alarms function correctly?
Options
- AInstall and configure the CloudWatch agent on the EC2 instance to capture the desired
- BInstall and configure AWS Systems Manager Agent on the EC2 instance to capture the
- CReconfigure the CloudWatch alarms to use the VolumeReadBytes metric and the
- DReconfigure the CloudWatch alarms to use the VolumeReadBytes metric and the
How the community answered
(13 responses)- A15% (2)
- C77% (10)
- D8% (1)
Explanation
CloudWatch can monitor I/O based on an entire EBS volume without the agent using the VolumeWriteBytes metric. The question is asking about "volume metrics". If the question were asking about alerting for used or free space in a file system on a volume, then you'd need the CloudWatch agent running on the OS to analyze things from the OS perspective, including I/O with the DiskWriteBytes metric. The VolumeWriteBytes and DiskWriteBytes metrics are basically looking for the same thing. It's like looking at a bucket from the inside or the outside to see what size it is. Both work. If you want to see inside of the bucket or what else is inside the bucket, then you, you need CloudWatch agent running on OS.
Topics
Community Discussion
No community discussion yet for this question.