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?
Amazon CloudWatch Alarms monitor Amazon CloudWatch metrics and automatically perform actions when a metric breaches a defined threshold for a specified number of evaluation periods.
Why this answer
Amazon CloudWatch Alarms (option B) monitor metrics like CPU utilization and can trigger actions such as sending alerts when a threshold is exceeded for a specified duration. Option A (AWS Config) is used for configuration compliance and inventory. Option C (AWS Trusted Advisor) provides best-practice checks.
Option D (AWS CloudTrail) is for API auditing and governance.