AWS - CloudWatch
Given the following AWS CloudWatch custom metric data sent every minute:
What will be the average value shown in CloudWatch after 3 minutes if the command is run 3 times with values 5, 7, and 8 respectively?
aws cloudwatch put-metric-data --metric-name PageViews --namespace MyApp --value 5
What will be the average value shown in CloudWatch after 3 minutes if the command is run 3 times with values 5, 7, and 8 respectively?
