Amazon Web Services AWS Certified Professional DOP-C02 Question # 96 Topic 10 Discussion
DOP-C02 Exam Topic 10 Question 96 Discussion:
Question #: 96
Topic #: 10
A company’s web app publishes JSON logs with transaction status to CloudWatch Logs. The company wants a dashboard showing the number of successful transactions with the least operational overhead.
Which solution meets this?
A.
Create an OpenSearch cluster and subscription filter to send logs; create OpenSearch dashboard with queries for success.
B.
Create a CloudWatch subscription filter with Lambda to parse logs and publish custom metrics; create CloudWatch dashboard with metric graph.
C.
Create a CloudWatch metric filter on the log group with a pattern matching success; create CloudWatch dashboard with metric graph.
D.
Create a Kinesis data stream subscribed to the log group; filter logs by success; send to Lambda; Lambda publishes custom metrics; dashboard uses metric graph.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit