SOA-C02 · Question #400
A SysOps administrator wants to monitor the free disk space that is available on a set of Amazon EC2 instances that have Amazon Elastic Block Store (Amazon EBS) volumes attached. The SysOps…
The correct answer is A. Install the Amazon CloudWatch agent on the EC2 instances. Create a metric alarm for the disk. You have to install cloudwatch agent as you don't have disk usage metrics by default. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm .h
Question
A SysOps administrator wants to monitor the free disk space that is available on a set of Amazon EC2 instances that have Amazon Elastic Block Store (Amazon EBS) volumes attached. The SysOps administrator wants to receive a notification when the used disk space of the EBS volumes exceeds a threshold value, but only when the DiskReadOps metric also exceeds a threshold value. The SysOps administrator has set up an Amazon Simple Notification Service (Amazon SNS) topic. How can the SysOps administrator receive notification only when both metrics exceed their threshold values?
Options
- AInstall the Amazon CloudWatch agent on the EC2 instances. Create a metric alarm for the disk
- BInstall the Amazon CloudWatch agent on the EC2 instances. Create a metric alarm for the disk
- CCreate a metric alarm for the EBSByteBalance% metric and a metric alarm for the DiskReadOps
- DConfigure detailed monitoring for the EC2 instances. Create a metric alarm for the disk space and
How the community answered
(37 responses)- A81% (30)
- B11% (4)
- C5% (2)
- D3% (1)
Explanation
You have to install cloudwatch agent as you don't have disk usage metrics by default. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm .h
Topics
Community Discussion
No community discussion yet for this question.