Practice free →
HomeAWS Developer Associatecloudcomputingawsdevtroubleshooting › Which CloudWatch construct sends an SNS notifica…

Which CloudWatch construct sends an SNS notification when a Lambda's error rate exceeds 5% over a 5-minute window?

AA CloudFront cache behaviour
BA CloudWatch metric alarm on `Errors / Invocations` with an SNS topic as the alarm action
CA VPC flow log with custom filtering
DAn IAM trust policy attached to the SNS topic
Answer & Solution
Correct answer: B. A CloudWatch metric alarm on `Errors / Invocations` with an SNS topic as the alarm action
Build a metric math expression for error rate, create an alarm, set SNS as the alarm action. The other options are unrelated services or IAM concepts.
Solve this in the app — AWS Developer Associate practice & 24k+ MCQs →
Related questions