Monitoring on the CLF-C02 comes down to keeping three services apart, and mostly to one fork between the first two. CloudWatch watches how your resources are performing. CloudTrail records who did what. Get that straight and the domain’s monitoring questions become quick marks.
Amazon CloudWatch is the monitoring service. It collects metrics (like CPU utilisation), stores logs, raises alarms when a metric crosses a threshold, and shows dashboards. The word to attach to it is performance — CloudWatch tells you how your system is doing, and can act when something goes wrong. A scenario about reacting to high CPU, collecting application logs, or graphing metrics is a CloudWatch scenario.
The fork the exam loves: CloudWatch vs CloudTrail
These two are constantly offered together, and they do different jobs:
- CloudWatch watches performance — metrics, logs, alarms.
- CloudTrail records API activity — who made a call, what they called, and when. It is your audit trail.
The tell is in the question. “Alert me when CPU is high” or “collect these logs” is CloudWatch. “Who deleted that bucket, and when” or “prove what happened for an audit” is CloudTrail. Performance versus identity.
The third one: AWS Config
A quieter service completes the set. AWS Config records how your resources are configured over time and can check that configuration against rules — useful for spotting drift and supporting compliance. So the trio splits cleanly by what each one watches: CloudWatch watches performance, CloudTrail records identity and actions, Config records configuration.
How to use the questions below
Answer each one before opening the explanation, then read past the correct letter to why the other three fail. The distractors are always the neighbouring observability services — CloudTrail where CloudWatch belongs, Config where CloudTrail belongs. Sorting them by what each one watches is the whole skill, and the reasoning below is built to make it automatic.
Updated for CLF-C02 (July 2026). The sample questions above are our own work
in the style of the exam — not real exam items. The exam itself is set and marked
by the certification body.