AWS - CloudWatch
Given this CloudWatch alarm configuration snippet:
What happens if CPU utilization is 75% for 2 consecutive periods and then 65% for the third period?
{"MetricName": "CPUUtilization", "Namespace": "AWS/EC2", "Threshold": 70, "ComparisonOperator": "GreaterThanThreshold", "EvaluationPeriods": 3}What happens if CPU utilization is 75% for 2 consecutive periods and then 65% for the third period?
