
Ultimate access to all questions.
You are planning to implement AWS X-Ray for tracing requests in your application, which is deployed as Docker containers using AWS Fargate. AWS X-Ray helps you analyze and debug distributed applications. To ensure the X-Ray daemon runs correctly in this environment, what steps do you need to take? (Select two)
A
Deploy the X-Ray daemon agent as a sidecar container
B
Deploy the X-Ray daemon agent as a process on your EC2 instance
C
Provide the correct IAM task role to the X-Ray container
D
Provide the correct IAM instance role to the EC2 instance
E
Deploy the X-Ray daemon agent as a daemon set on ECS