ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

106 / 500

Question 106:

An application is installed in EC2 and sends customized metrics to AWS CloudWatch. You have configured lots of AWS CloudWatch alarms based on these metric reports data. You have found that there are several CloudWatch alarms that have the state of “INSUFFICIENT_DATA” at times. You confirmed with developers that certain metric data is only intermittently generated by design. What should you perform to ignore these “INSUFFICIENT_DATA” alarms?

Answer options:

A.Configure the CloudWatch alarms to change the state of “INSUFFICIENT_DATA” to “OK” after 5 minutes.
B.Configure these CloudWatch alarms to treat missing data points as “ignore” so that “INSUFFICIENT_DATA” does not show up.
C.Create a Lambda function which calls CloudWatch Alarm API to check the reason of “INSUFFICIENT_DATA” and modifies the alarm state to “OK” if there is no data received from the EC2 instance during the time.
D.Create a CloudWatch Event. When an “INSUFFICIENT_DATA” CloudWatch alarm appears, use an SNS to notify the team to react accordingly.