CLF-C02 Cloud Technology and Services Practice Question
A company needs to monitor their application's performance and identify bottlenecks by tracing requests as they travel through multiple AWS services and microservices. Which AWS service provides distributed tracing?
⚠ Common exam trap
Many exam-takers confuse CloudWatch Logs or CloudTrail with distributed tracing, but X-Ray is the only service that provides trace-level visibility across multiple services and microservices.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
AWS X-Ray
AWS X-Ray is the correct service because it is specifically designed for distributed tracing, allowing you to trace requests end-to-end as they travel through AWS services and microservices. It provides a service map, traces, and annotations to identify performance bottlenecks and debug errors across distributed applications.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Amazon CloudWatch
Why it's wrong here
Amazon CloudWatch collects metrics, logs, and events from AWS services and can trigger alerts when thresholds are crossed, but its metrics are aggregated by dimension rather than correlated per individual transaction. It cannot follow a unique request ID across separate microservices or visualize a service topology. While CloudWatch can show that an app is slow, only a tracing tool like X-Ray can identify which downstream service call caused that latency.
- ✗
AWS CloudTrail
Why it's wrong here
AWS CloudTrail is an audit service that records API activity at the control-plane level, such as when an EC2 instance is launched or an IAM policy is changed. It does not capture the data-plane request flow inside an application, so it cannot follow a single user request as it moves between microservices or indicate where latency is added. Consequently, while valuable for security and compliance, CloudTrail cannot provide distributed tracing or service maps.
- ✓
AWS X-Ray
Why this is correct
AWS X-Ray is purpose-built for distributed application tracing: it uses trace headers propagated through instrumented services to assemble a complete view of every request, from API gateway to downstream functions. It produces service maps that show each node's health and average response times, and individual traces reveal subsegments that expose slow dependencies like database queries or external HTTP calls. This is exactly what is needed to diagnose bottlenecks across a microservice architecture.
- ✗
AWS Config
Why it's wrong here
AWS Config is a configuration management and compliance service that records resource configurations, changes, and relationships over time. It evaluates those configurations against rules and can show drift, but it never sees application-level request traffic or runtime performance data. Therefore, Config is irrelevant to understanding how requests traverse microservices or where a slowdown occurs.
Go deeper
Related to this question
About these practice questions
Courseiva writes every CLF-C02 question from scratch — 988 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.