Bird
0
0

Which of the following is the correct JSON key to specify an Auto Scaling action in a CloudWatch alarm configuration?

easy📝 Configuration Q3 of 15
AWS - CloudWatch
Which of the following is the correct JSON key to specify an Auto Scaling action in a CloudWatch alarm configuration?
A"AutoScalingGroupName"
B"AlarmActions"
C"ScalingPolicyARN"
D"SNSAction"
Step-by-Step Solution
Solution:
  1. Step 1: Identify key for alarm actions

    CloudWatch alarm uses "AlarmActions" to specify actions like Auto Scaling or SNS notifications.
  2. Step 2: Understand other keys

    "AutoScalingGroupName" is not a valid alarm key; "ScalingPolicyARN" is used inside Auto Scaling policies, not alarms; "SNSAction" is invalid.
  3. Final Answer:

    "AlarmActions" -> Option B
  4. Quick Check:

    Alarm action key = "AlarmActions" [OK]
Quick Trick: Use "AlarmActions" key to specify alarm triggers [OK]
Common Mistakes:
MISTAKES
  • Using incorrect keys like "SNSAction"
  • Confusing Auto Scaling group name with alarm keys
  • Mixing policy ARNs with alarm configuration

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes