Bird
0
0

Which of the following is the correct JSON key to specify the metric name in a CloudWatch alarm configuration?

easy📝 Configuration Q3 of 15
AWS - CloudWatch
Which of the following is the correct JSON key to specify the metric name in a CloudWatch alarm configuration?
A"Metric"
B"Metric_Name"
C"MetricName"
D"NameMetric"
Step-by-Step Solution
Solution:
  1. Step 1: Recall CloudWatch alarm JSON structure

    The metric name is specified with the key "MetricName".
  2. Step 2: Compare options to correct key

    Only "MetricName" matches the required key exactly.
  3. Final Answer:

    The correct key is "MetricName" -> Option C
  4. Quick Check:

    Metric name key = "MetricName" [OK]
Quick Trick: Use "MetricName" exactly for metric key [OK]
Common Mistakes:
MISTAKES
  • Using underscores or spaces in key
  • Swapping word order in key
  • Using incorrect capitalization

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes