Which of the below mentioned statistics is not available for the user as a part of data aggregation?
Aggregate
Sum
Sample data
Average
Explanations:
“Aggregate” is not a valid statistic type in CloudWatch metrics. CloudWatch provides specific statistical aggregations like Sum, Average, Minimum, Maximum, and SampleCount.
“Sum” is a valid statistic in CloudWatch metrics. It represents the total sum of values for the metric over the specified time period.
“Sample data” is not a valid statistic. CloudWatch provides statistics like Average, Sum, Maximum, etc., but “Sample data” is not a recognized aggregation statistic.
“Average” is a valid statistic in CloudWatch metrics. It calculates the average of metric values over the specified period.