Bird
0
0

If a CloudWatch dashboard widget JSON has "period": 60 and "stat": "Sum" for a metric, what does the widget show?

medium📝 Predict Output Q5 of 15
AWS - CloudWatch
If a CloudWatch dashboard widget JSON has "period": 60 and "stat": "Sum" for a metric, what does the widget show?
AMinimum metric value over 60 minutes
BSum of metric values over 1 minute intervals
CMaximum metric value over 60 seconds
DAverage metric value over 1 hour
Step-by-Step Solution
Solution:
  1. Step 1: Understand period and stat keys

    "period": 60 means data is grouped in 60-second intervals; "stat": "Sum" means values are summed in each interval.
  2. Step 2: Match with options

    Sum of metric values over 1 minute intervals correctly describes sum over 1-minute intervals.
  3. Final Answer:

    Sum of metric values over 1 minute intervals -> Option B
  4. Quick Check:

    Period 60 + stat Sum = sum per minute [OK]
Quick Trick: Period is seconds; stat defines aggregation type [OK]
Common Mistakes:
  • Mixing period units (seconds vs minutes)
  • Confusing Sum with Average or Max

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes