DOP-C02 • Practice Exam 68
Free DOP-C02 practice exam — 20 questions with explanations. Set 68. No signup required.
Refer to the exhibit. A CloudWatch alarm is configured for an EC2 instance. The CPU utilization exceeds 80% for two consecutive minutes. What action will occur?
Refer to the exhibit.
```
{
"AlarmName": "HighCPU",
"AlarmActions": ["arn:aws:automate:us-east-1:ec2:recover"],
"MetricName": "CPUUtilization",
"Namespace": "AWS/EC2",
"Statistic": "Average",
"Period": 60,
"EvaluationPeriods": 2,
"Threshold": 80.0,
"ComparisonOperator": "GreaterThanThreshold"
}
```