Question 406:
A start-up firm has created a new distributed application using microservice architecture. A large number of services across multiple AWS regions are involved in this application. The Project Director wants to have an aggregated view of all connections between these services along with latency to benchmark application performance. Which of the following can be used to meet this requirement?
Answer options:
A.Enable AWS X-Ray & use Service Maps to view data for all regions. B.Enable AWS X-Ray & use Service Maps which will capture data in each region & then correlate latency between AWS regions. C.Enable AWS X-Ray & use Sampling to view data for all regions. D.Enable AWS X-Ray & use Sampling to view data in each region & then correlate latency between AWS regions.