What's changed: Deepened DOP-C02 Chapter 5 (added comparison tables, scenarios, FAQs, exam traps, deep-dive paragraphs to each section; localized figures to Japanese)
5.1Event-Driven Automation
Understand automated responses to events—EventBridge (rules/targets), CloudWatch alarms, EventBridge Scheduler, and SNS/SQS. Trigger actions automatically on state changes.
Incident response starts with detecting events. EventBridge and alarms receive events and trigger actions automatically.
5.1.1Routing events
- EventBridge: filter AWS service state-change events with rules and route to targets.
- Targets: automate via Lambda / SSM Automation / Step Functions / SNS, etc.
- EventBridge Scheduler: schedule recurring runs via cron/rate expressions.
- SNS/SQS: SNS = notification fan-out, SQS = buffering/retries for decoupled processing.
Common on DOP-C02: react to service state changes = EventBridge rules, scheduled runs = EventBridge Scheduler (or CloudWatch Events rules), automation targets = Lambda/SSM Automation/Step Functions. A classic pattern routes GuardDuty/Config/CodePipeline findings via EventBridge to automated responses.
Continue reading — free sign-up
You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.

