Bird
0
0

If a CloudWatch alarm is configured with an SNS topic ARN in its AlarmActions, what will be the result when the alarm state changes to ALARM?

medium📝 Predict Output Q5 of 15
AWS - CloudWatch
If a CloudWatch alarm is configured with an SNS topic ARN in its AlarmActions, what will be the result when the alarm state changes to ALARM?
ASNS topic publishes a message to all subscribers.
BAuto Scaling group scales down instances.
CThe alarm disables itself automatically.
DThe SNS topic deletes all subscriptions.
Step-by-Step Solution
Solution:
  1. Step 1: Understand alarm action with SNS topic

    When alarm state changes to ALARM, it sends a notification to the SNS topic ARN specified.
  2. Step 2: SNS topic behavior on receiving alarm notification

    The SNS topic then publishes the message to all its subscribed endpoints.
  3. Final Answer:

    SNS topic publishes a message to all subscribers. -> Option A
  4. Quick Check:

    Alarm to SNS = message to subscribers [OK]
Quick Trick: SNS topic notifies subscribers on alarm state change [OK]
Common Mistakes:
MISTAKES
  • Confusing SNS with Auto Scaling actions
  • Thinking alarm disables itself
  • Assuming SNS deletes subscriptions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes