
Answer-first summary for fast verification
Answer: Configure the X-Ray daemon to use an IAM instance role, Create a role in the target unified account and allow roles in each sub-account to assume the role.
Overall explanation Correct option: AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company uses multiple AWS accounts to allow various teams to manage their environments independently. These services, deployed across different accounts and hosted on EC2 instances, need to interact seamlessly. The current requirement is to implement AWS X-Ray tracing across all applications within these different AWS accounts. To achieve centralized visibility over these traces, you need to configure the X-Ray daemon accordingly. What steps should you take in your X-Ray daemon setup to fulfill this requirement? (Select two)
A
Configure the X-Ray daemon to use an IAM instance role
B
Create a user in the target unified account and generate access and secret keys
C
Enable Cross Account collection in the X-Ray console
D
Create a role in the target unified account and allow roles in each sub-account to assume the role.
E
Configure the X-Ray daemon to use access and secret keys
No comments yet.