
Answer-first summary for fast verification
Answer: Implement AWS X-Ray as a sidecar in microservices., Ensure application communication with X-Ray for tracing.
With AWS Fargate, there are no underlying EC2 instances where you can manually install the X-Ray daemon. Therefore, deploying AWS X-Ray as a sidecar container to the microservices (Option A) is necessary. Additionally, instrumenting the application using the AWS X-Ray SDK and ensuring it communicates with the X-Ray daemon (Option D) is required to capture trace data. This setup allows the application to collect and send trace data to AWS X-Ray for monitoring and diagnostics.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a microservices application on Amazon ECS with AWS Fargate, how should a developer diagnose application errors? (Select two actions.)
A
Implement AWS X-Ray as a sidecar in microservices.
B
Use AWS X-Ray as a daemon on the Fargate cluster.
C
Integrate AWS X-Ray SDK for application tracing.
D
Ensure application communication with X-Ray for tracing.
E
Configure ECS task logging to Amazon CloudWatch with appropriate permissions.
No comments yet.