Bird
0
0

An AWS Lambda function is monitored with CloudWatch. The function's error count alarm is set to trigger if errors exceed 5 in 5 minutes. If 7 errors occur in 5 minutes, what is the alarm state?

medium📝 Predict Output Q5 of 15
AWS - CloudWatch
An AWS Lambda function is monitored with CloudWatch. The function's error count alarm is set to trigger if errors exceed 5 in 5 minutes. If 7 errors occur in 5 minutes, what is the alarm state?
ADISABLED
BINSUFFICIENT_DATA
COK
DALARM
Step-by-Step Solution
Solution:
  1. Step 1: Review alarm threshold and metric

    The alarm triggers when errors exceed 5 in 5 minutes.
  2. Step 2: Compare actual errors to threshold

    7 errors > 5 threshold, so alarm state changes to ALARM.
  3. Final Answer:

    ALARM -> Option D
  4. Quick Check:

    Error count > threshold = ALARM [OK]
Quick Trick: Errors above threshold trigger ALARM state [OK]
Common Mistakes:
  • Confusing INSUFFICIENT_DATA with ALARM
  • Assuming alarm stays OK despite errors
  • Thinking alarms can be DISABLED automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes