AWS Certified SysOps Administrator – Associate — Question 101

A SysOps administrator must create a solution that automatically shuts down any Amazon EC2 instances that have less than 10% average CPU utilization for 60 minutes or more.

Which solution will meet this requirement in the MOST operationally efficient manner?

Answer options

Correct answer: B

Explanation

Option B is the most operationally efficient solution as it leverages Amazon CloudWatch alarms, which automatically monitor CPU utilization and take action without the need for manual scripting or management of individual instances. The other options involve more manual processes or additional setup, like cron jobs or CloudWatch agents, which increase operational overhead.