AWS Certified Developer – Associate (DVA-C02) — Question 384

A company used AWS to develop an application for customers. The application includes an Amazon API Gateway API that invokes AWS Lambda functions. The Lambda functions process data and store the data in Amazon DynamoDB tables.

The company must monitor the entire application to identify potential bottlenecks in the architecture that can negatively affect customers.

Which solution will meet this requirement with the LEAST development effort?

Answer options

Correct answer: A

Explanation

AWS X-Ray is designed specifically for tracing and analyzing distributed applications, providing an end-to-end service map that visualizes bottlenecks across API Gateway, Lambda, and DynamoDB with minimal configuration effort. The other options only focus on isolated components of the architecture and would require significant manual effort to correlate logs and metrics to identify the root cause of end-to-end performance issues.