AWS Certified SysOps Administrator – Associate — Question 219

A company hosts an internal application on Amazon EC2 On-Demand Instances behind an Application Load Balancer (ALB). The instances are in an Amazon EC2 Auto Scaling group. Employees use the application to provide product prices to potential customers. The Auto Scaling group is configured with a dynamic scaling policy and tracks average CPU utilization of the instances.

Employees have noticed that sometimes the application becomes slow or unresponsive. A SysOps administrator finds that some instances are experiencing a high CPU load. The Auto Scaling group cannot scale out because the company is reaching the EC2 instance service quota.

The SysOps administrator needs to implement a solution that provides a notification when the company reaches 70% or more of the EC2 instance service quota.

Which solution will meet these requirements in the MOST operationally efficient manner?

Answer options

Correct answer: C

Explanation

Option C is the most operationally efficient solution because it uses the Service Quotas console and CloudWatch alarm to monitor quota utilization without requiring additional Lambda functions or EventBridge rules. The other options involve more complexity by introducing Lambda functions and API calls that are unnecessary for this requirement, making them less efficient.