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

A company has a web application that publishes logs that contain metadata for transactions, with a status of success or failure for each log. The logs are in JSON format. The application publishes the logs to an Amazon CloudWatch Logs log group.

The company wants to create a dashboard that displays the number of successful transactions.

Which solution will meet this requirement with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Creating a CloudWatch metric filter is the most efficient solution because it natively extracts metrics from JSON logs without requiring external compute resources. Other options that introduce AWS Lambda, Amazon Kinesis, or Amazon OpenSearch Service add unnecessary architectural complexity, cost, and administrative overhead.