SAP-C02 · Question #721
A company wants to record key performance indicators (KPIs) from its application as part of a strategy to convert to a user-based licensing schema. The application is a multi-tier application with a…
The correct answer is A. Configure an Amazon CloudWatch Logs metric filter that saves each successful login as a metric. https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringPolicyExamples.html
Question
A company wants to record key performance indicators (KPIs) from its application as part of a strategy to convert to a user-based licensing schema. The application is a multi-tier application with a web-based UI. The company saves all log files to Amazon CloudWatch by using the CloudWatch agent. All logins to the application are saved in a log file. As part of the new license schema, the company needs to find out how many unique users each client has on a daily basis, weekly basis, and monthly basis. Which solution will provide this information with the LEAST change to the application?
Options
- AConfigure an Amazon CloudWatch Logs metric filter that saves each successful login as a metric.
- BChange the application logic to make each successful login generate a call to the AWS SDK to
- CConfigure the CloudWatch agent to extract successful login metrics from the logs. Additionally,
- DConfigure an AWS Lambda function to consume an Amazon CloudWatch Logs stream of the
How the community answered
(55 responses)- A78% (43)
- B13% (7)
- C5% (3)
- D4% (2)
Explanation
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringPolicyExamples.html
Community Discussion
No community discussion yet for this question.