AWS Certified SysOps Administrator – Associate — Question 130

A company runs an application on Amazon EC2 instances. The EC2 instances are in an Auto Scaling group and run behind an Application Load Balancer (ALB). The application experiences errors when total requests exceed 100 requests per second. A SysOps administrator must collect information about total requests for a 2-week period to determine when requests exceeded this threshold.

What should the SysOps administrator do to collect this data?

Answer options

Correct answer: A

Explanation

The correct answer is A because the ALB’s RequestCount metric directly provides the number of requests handled by the load balancer, which is essential for identifying when the threshold was exceeded. Option B is incorrect as it focuses on individual EC2 instances rather than the aggregated request count at the load balancer level. Option C is not valid because creating custom metrics for EC2 launch configurations does not provide the necessary real-time request data. Option D is also incorrect because it involves creating events rather than directly analyzing request counts.