Topic 1 Question 376
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?
Instrument the application with AWS X-Ray. Inspect the service map to identify errors and issues.
Configure Lambda exceptions and additional logging to Amazon CloudWatch. Use CloudWatch Logs Insights to query the logs.
Configure API Gateway to log responses to Amazon CloudWatch. Create a metric filter for the TooManyRequestsException error message.
Use Amazon CloudWatch metrics for the DynamoDB tables to identify all the ProvisionedThroughputExceededException error messages.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
A Xray
👍 2rdiaz2024/07/11 - 正解だと思う選択肢: A
To monitor the entire application with the least development effort, the company should use AWS X-Ray integrated with Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. AWS X-Ray provides end-to-end tracing of requests through the application components, allowing the company to identify performance bottlenecks in a serverless architecture with minimal additional development work.
👍 2preachr2024/10/05
シャッフルモード