A company needs to monitor the CPU utilization of SAP EC2 instances and send an alert if it exceeds 90% for 5 consecutive minutes. Which AWS service should be used?
CloudWatch Alarms can monitor CPU and trigger alerts.
Why this answer
Option C is correct because CloudWatch Alarms monitor metrics and trigger actions. Option A (CloudTrail) is for API auditing. Option B (Config) is for configuration compliance.
Option D (Trusted Advisor) provides best-practice checks.