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.3Notification and Escalation
Understand incident notification and operations—SNS, EventBridge, Systems Manager Incident Manager, Chatbot (Slack/Teams), and dead-letter queues (DLQ). Reach the right people reliably and coordinate response.
Beyond detection and remediation, notifying the right people and escalating matters. SNS and Incident Manager coordinate response.
5.3.1Notification and incident management
- SNS: fan out notifications to Email/SMS/HTTP/Lambda.
- Chatbot: relay ops notifications/alarms to Slack/Teams.
- Incident Manager: coordinate escalation plans, response plans, and on-call for major incidents.
- DLQ: park messages that fail delivery/processing for later reprocessing.
Common on DOP-C02: notification fan-out = SNS, Slack/Teams = Chatbot, major-incident coordination/on-call = Incident Manager, park failed messages = DLQ. Configure DLQs so failed Lambda/SQS processing is not lost.
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.

