A company runs SAP on AWS and needs to monitor the performance of its SAP HANA database. The operations team wants to receive alerts when the CPU utilization exceeds 90% for more than 5 minutes. Which THREE steps should be taken to set up this monitoring and alerting?
SNS delivers the alert to the operations team.
Why this answer
Option A is correct because Amazon SNS is the standard AWS service for distributing notifications from CloudWatch alarms. By configuring an SNS topic to send email or SMS, the operations team receives alerts when the CPU utilization alarm triggers, enabling timely response to performance issues.
Exam trap
The trap here is that candidates may confuse log-based monitoring (CloudWatch Logs) with metric-based monitoring (CloudWatch Metrics), or assume SAP-specific tools like SAP Host Agent are required for basic AWS monitoring, when in fact CloudWatch and SNS provide the native, simpler solution for CPU utilization alerting.