AWS - CloudWatch
Given this CloudWatch alarm snippet:
What happens when CPU utilization exceeds 70%?
{"AlarmName": "ScaleUpCPU", "MetricName": "CPUUtilization", "Threshold": 70, "ComparisonOperator": "GreaterThanThreshold", "AlarmActions": ["arn:aws:autoscaling:region:123456789012:scalingPolicy:policy-id:autoScalingGroupName/group-name:policyName/policy-name"]}What happens when CPU utilization exceeds 70%?
