nerdexam
Amazon

SOA-C02 · Question #618

A company hosts an application on Amazon EC2 instances. The application periodically causes a surge in CPU utilization on the EC2 instances. A SysOps administrator needs to implement a solution to…

The correct answer is D. Create an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the development. Monitoring CPU Utilization: The solution needs to detect surges in CPU utilization. Using an Amazon CloudWatch alarm to monitor the average CPU utilization over a short period (5 minutes) is a good approach. A 5- minute period allows for timely detection of surges compared to a…

Submitted by lars.no· Mar 30, 2026Monitoring, Logging, and Remediation

Question

A company hosts an application on Amazon EC2 instances. The application periodically causes a surge in CPU utilization on the EC2 instances. A SysOps administrator needs to implement a solution to detect when these surges occur. The solution also must send an email alert to the company's development team. Which solution will meet these requirements?

Options

  • ACreate an Amazon Simple Email Service (Amazon SES) email. Verify the development team's
  • BCreate an Amazon Simple Email Service (Amazon SES) email. Verify the development team's
  • CCreate an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the development
  • DCreate an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the development

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    15% (7)
  • C
    2% (1)
  • D
    76% (35)

Explanation

Monitoring CPU Utilization: The solution needs to detect surges in CPU utilization. Using an Amazon CloudWatch alarm to monitor the average CPU utilization over a short period (5 minutes) is a good approach. A 5- minute period allows for timely detection of surges compared to a longer period (like 15 minutes). Threshold and Metric Statistic: Using the average of the CPU utilization metric helps to smooth out short-term fluctuations and provides a reliable indication of sustained surges. An upper threshold of 80% is used to trigger the alarm when CPU usage consistently remains high. Sending Email Alerts: Amazon Simple Notification Service (Amazon SNS) is the recommended service to send email alerts. By creating an SNS topic and subscribing the development team's email address, the alarm notification can be sent as an email whenever the alarm state is triggered.

Topics

#CloudWatch alarms#SNS notifications#CPU utilization#email alerting

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice