Q52 — AWS DVA-C02 Ch.3

Question 52 of 100 | ← Chapter 3

A company has an application running across multiple AWS Regions. The application experiences sporadic latency issues at irregular intervals. Developers must implement distributed tracing for the application using AWS X-Ray to identify the root cause of latency issues. What should developers do to meet this requirement?

Correct Answer: B. Use X-Ray’s automatic region annotations for AWS services. Add region annotations for user-defined services.

Explanation

Option B is correct. AWS X-Ray automatically adds region annotations for AWS services. Therefore, developers only need to manually add region annotations for user-defined services. This enables accurate identification of cross-Region service calls and root-cause analysis of performance issues in X-Ray traces.