Home › Certifications › AWS Certified DevOps Engineer DOP-C02 › Incident and Event Response
14 multiple-choice questions and 11 flashcards on Incident and Event Response, about 9% of the AWS Certified DevOps Engineer DOP-C02 bank. Every one carries a written rationale.
Incident and Event Response is one of 6 chapters in CoStudy's AWS Certified DevOps Engineer — Professional (DOP-C02) bank, and it holds 14 of the bank's 150 multiple-choice questions — roughly 9% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
7 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
A team needs cross-region failover automation triggered by a regional impairment. The trigger is an AWS Health PHD event for the affected region. Which approach is BEST?
Answer: C — Use AWS Health Organizational View aggregated in a healthy region, combined with EventBridge rules there, to trigger Route 53 ARC routing controls for failover
EventBridge for region impairment must be cross-region. ARC routing controls are dataplane-isolated. B fails when region is impaired. C/D wrong.
When a Security Hub finding indicates a public RDS instance, the team wants auto-remediation via a custom action. Which BEST describes the integration?
Answer: A — Security Hub Custom Action → EventBridge rule on aws
Custom Actions emit events to EventBridge for automation. B/C/D wrong.
An EventBridge rule should match GuardDuty findings of HIGH severity and trigger SSM Automation to isolate the affected EC2 instance. Which rule pattern is CORRECT?
Answer: A — Source 'aws within the DevOps workflow — the canonical
GuardDuty severities map 7+ to High. The event source/detail-type are documented. B/C/D are wrong sources for GuardDuty.
An on-call escalation should page primary, then secondary after 10 minutes if not acknowledged. Which service BEST implements this?
Answer: A — AWS Systems Manager Incident Manager with engagement plans
Incident Manager engagement plans handle escalation with ack windows. SNS fan-outs to everyone immediately.
An EventBridge rule fires on every CloudTrail RootAccountUsage event but the SSM Automation target receives no events. The rule shows InvokeTargetsFailures > 0. What is the MOST LIKELY cause?
Answer: C — The EventBridge rule's IAM role lacks ssm:StartAutomationExecutio
InvokeTargetsFailures plus 'no events received' is classic missing target IAM. B/C/D wrong.
A team wants to schedule a one-time event 90 minutes in the future to expire a temporary firewall rule. Which AWS service is the BEST fit?
Answer: C — EventBridge Scheduler with a one-time schedule (an at() expression) targeting the Lambda function that expires the firewall rule
EventBridge Scheduler is the AWS-native scheduler with one-time and recurring. C works but is a heavier hammer. A is the right primitive.
Which AWS service AUTOMATES incident response based on CloudWatch alarms or EventBridge events?
Answer: C — AWS Systems Manager Automation runbooks + Lambda + Step Functions
Automated remediation: EventBridge routes events (alarms, GuardDuty findings) → SSM Automation runbook or Lambda → executes response. Common: isolate suspicious EC2, rotate IAM keys, snapshot for forensics. Critical DOP domain 5 topic.
4 cards from the 11 in this chapter.
EventBridge archive and replay?
Archive events; replay later for debugging or migration.
AWS Health Dashboard?
Personalized AWS service health for your account. Affecting events.
AWS Health API?
Programmatic access to health events. Build automation.
Need: automated security finding response?
Security Hub → EventBridge → Lambda + SSM Automation.
These are a sample. The full Incident and Event Response chapter runs 25 items with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified DevOps Engineer DOP-C02 in CoStudy →
All AWS Certified DevOps Engineer DOP-C02 practice questions →