Study DOP-C02 security monitoring and auditing for CloudTrail, Config, Inspector, findings analysis, and alerting.
The last security task on DOP-C02 is about proving what happened and detecting what should not have happened. AWS is testing whether logs, findings, and configuration evidence become a useful security signal instead of an archive no one can act on.
Keep these separate:
Strong answers often include both, but they are not the same control.
The current AWS domain guidance points to:
That means the exam is often asking which evidence source best matches the question: change history, configuration drift, traffic behavior, vulnerability findings, or unintended access exposure.
| Requirement | Strongest first fit | Why |
|---|---|---|
| Need authoritative API activity history | CloudTrail-based auditing path | Direct evidence of control-plane actions |
| Need policy or configuration state validation | Config and associated rules | Better for compliance and drift posture |
| Need vulnerability or exposure findings | Inspector, GuardDuty, Access Analyzer, or similar finding services | Threat and exposure discovery, not just logging |
| Need security alerting on anomalous events | Findings plus alert routing and analysis pipeline | Detection must become action |
When the question is about who changed what, think audit trail. When it is about what is misconfigured or drifting, think configuration and policy state. When it is about what looks dangerous or exposed right now, think security findings and alerting.