Topic 1 Question 160
A developer must analyze performance issues with production-distributed applications written as AWS Lambda functions. These distributed Lambda applications invoke other components that make up the applications.
How should the developer identify and troubleshoot the root cause of the performance issues in production?
Add logging statements to the Lambda functions, then use Amazon CloudWatch to view the logs.
Use AWS CloudTrail and then examine the logs.
Use AWS X-Ray, then examine the segments and errors.
Run Amazon Inspector agents and then analyze performance.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
The correct answer is (C).
AWS X-Ray is the best tool for identifying and addressing the root cause of performance issues in distributed production applications. X-Ray provides an overview of the entire call stack, including the Lambda functions and other components they invoke.
👍 3Digo30sp2023/10/06 - 正解だと思う選択肢: C
C is correct.
👍 2dilleman2023/10/11
シャッフルモード