AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 55

A developer uses an Amazon Linux Amazon Machine Image (AMI) to launch an EC2 instance that hosts a third-party application. The application occasionally becomes unstable. The CloudOps engineer needs a solution to automatically reboot the EC2 instance whenever utilization is above 90% for 15 minutes and to notify the developer about the reboot.
Which solution will meet these requirements with the LEAST administrative effort?

Answer options

Correct answer: B

Explanation

Option B is correct because it directly links the CloudWatch alarm to both notify via SNS and execute the reboot action with minimal steps. Option A adds unnecessary complexity by introducing AWS Lambda, while Option C lacks the direct reboot action, and Option D complicates the process with a runbook, making them less efficient than B.