DOP-C02 · Question #258
A company's application has an API that retrieves workload metrics. The company needs to audit, analyze, and visualize these metrics from the application to detect issues at scale. Which combination…
The correct answer is A. Configure an Amazon EventBridge schedule to invoke an AWS Lambda function that calls the C. Create an AWS Glue crawler to catalog the workload metric data in the Amazon S3 bucket. E. Create Amazon QuickSight datasets from the Amazon Athena views. Create a QuickSight. The recommended architecture to audit, analyze, and visualize application workload metrics at Using Amazon EventBridge to schedule AWS Lambda invocations that call the application API and fetch metrics (Option A). The data is stored in Amazon S3, which is ideal for scalable…
Question
A company's application has an API that retrieves workload metrics. The company needs to audit, analyze, and visualize these metrics from the application to detect issues at scale. Which combination of steps will meet these requirements? (Choose three.)
Options
- AConfigure an Amazon EventBridge schedule to invoke an AWS Lambda function that calls the
- BConfigure an Amazon EventBridge schedule to invoke an AWS Lambda function that calls the
- CCreate an AWS Glue crawler to catalog the workload metric data in the Amazon S3 bucket.
- DConnect an AWS Glue crawler to the Amazon DynamoDB stream to catalog the workload metric
- ECreate Amazon QuickSight datasets from the Amazon Athena views. Create a QuickSight
- FCreate an Amazon CloudWatch dashboard that has custom widgets that invoke AWS Lambda
How the community answered
(19 responses)- A63% (12)
- B11% (2)
- D5% (1)
- F21% (4)
Explanation
The recommended architecture to audit, analyze, and visualize application workload metrics at Using Amazon EventBridge to schedule AWS Lambda invocations that call the application API and fetch metrics (Option A). The data is stored in Amazon S3, which is ideal for scalable, cost- effective storage of large datasets. Cataloging the stored data with AWS Glue crawlers, enabling schema discovery and making data queryable via Amazon Athena (Option C). Visualizing the data by creating Amazon QuickSight datasets from Athena views and building dashboards for analysis (Option E). Option B and D introduce DynamoDB, which is less suitable for large-scale analytics and Athena querying. Option F suggests querying Athena via Lambda widgets in CloudWatch, which adds complexity without significant benefit over QuickSight.
Topics
Community Discussion
No community discussion yet for this question.