Topic 1 Question 425
A developer is building various microservices for an application that will run on Amazon EC2 instances. The developer needs to monitor the end-to-end view of the requests between the microservices and debug any issues in the various microservices.
What should the developer do to accomplish these tasks?
Use Amazon CloudWatch to aggregate the microservices' logs and metrics, and build the monitoring dashboard.
Use AWS CloudTrail to aggregate the microservices' logs and metrics, and build the monitoring dashboard.
Use the AWS X-Ray SDK to add instrumentation in all the microservices, and monitor using the X-Ray service map.
Use AWS Health to monitor the health of all the microservices.
ユーザの投票
コメント(4)
the answer is C
👍 1YUICH2024/10/09- 正解だと思う選択肢: C
always AWS X-RAY for debugging
👍 1Saudis2024/11/07 - 正解だと思う選択肢: C
The best solution is C.
AWS X-Ray is specifically designed for tracing and debugging distributed applications like microservices architectures running on EC2. By instrumenting your microservices with the X-Ray SDK, you gain visibility into requests as they flow between services. X-Ray's service map provides a visual representation of your application's architecture and helps pinpoint bottlenecks or errors within individual microservices or across the system.
👍 1examuserss2025/01/02
シャッフルモード