DVA-C02 · Question #498
A large company has its application components distributed across multiple AWS accounts. The company needs to collect and visualize trace data across these accounts. What should be used to meet these
The correct answer is A. AWS X-Ray. AWS X-Ray provides distributed tracing across services and AWS accounts, allowing developers to collect, visualize, and analyze trace data from components spread across a multi-account architecture.
Question
A large company has its application components distributed across multiple AWS accounts. The company needs to collect and visualize trace data across these accounts. What should be used to meet these requirements?
Options
- AAWS X-Ray
- BAmazon CloudWatch
- CAmazon VPC flow logs
- DAmazon OpenSearch Service
How the community answered
(22 responses)- A91% (20)
- C5% (1)
- D5% (1)
Why each option
AWS X-Ray provides distributed tracing across services and AWS accounts, allowing developers to collect, visualize, and analyze trace data from components spread across a multi-account architecture.
AWS X-Ray is specifically designed for distributed tracing of application requests across multiple services, regions, and AWS accounts. It provides a service map and trace analytics console that visualizes end-to-end request flows, making it the correct tool for collecting and visualizing trace data across a multi-account application.
Amazon CloudWatch is a metrics and log monitoring service; while it can aggregate logs across accounts, it does not provide distributed request tracing or service dependency maps.
VPC Flow Logs capture network-level IP traffic metadata and do not provide application-level distributed tracing.
Amazon OpenSearch Service is a search and analytics engine used for log analysis and full-text search, not for collecting or visualizing distributed application traces.
Concept tested: AWS X-Ray distributed tracing across multiple accounts
Source: https://docs.aws.amazon.com/xray/latest/devguide/xray-console-crossaccount.html
Community Discussion
No community discussion yet for this question.