DOP-C02 Security Monitoring and Auditing Guide

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.

Audit versus detection

Keep these separate:

  • auditing asks what changed, who did it, and whether the state matches policy
  • detection asks whether the platform is seeing threats, exposures, or anomalous behavior quickly enough

Strong answers often include both, but they are not the same control.

Common security signal sources

The current AWS domain guidance points to:

  • CloudTrail
  • AWS Config
  • VPC Flow Logs
  • CloudFormation drift detection
  • GuardDuty
  • Inspector
  • IAM Access Analyzer

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.

Strong monitoring patterns

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

Common traps

  • treating raw logs as a completed monitoring strategy
  • using one findings service for a configuration-drift problem
  • collecting audit trails without any alerting or review workflow
  • answering with CloudTrail when the real problem is exposed access or resource policy drift

Fast decision rule

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.

Revised on Monday, June 15, 2026