AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 181

A company uses AWS WAF to protect its cloud infrastructure. A DevOps engineer needs to give an operations team the ability to analyze log messages from AWS WAF. The operations team needs to be able to create alarms for specific patterns in the log output.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because it allows the operations team to easily create CloudWatch metric filters directly from the log group with minimal setup. Options B and D introduce additional complexity by requiring the setup of OpenSearch or Athena, which involves more operational overhead. Option C is also more complex due to the creation of Lambda functions and SNS, which is unnecessary for simply filtering logs.