AWS Certified SysOps Administrator – Associate — Question 53

A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer. The instances are in an Amazon EC2 Auto Scaling group. The application is accessed with a public URL.

A SysOps administrator needs to implement a monitoring solution that checks the availability of the application and follows the same routes and actions as a customer. The SysOps administrator must receive a notification if less than 95% of the monitoring runs find no errors.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it specifically uses Amazon CloudWatch Synthetics canaries to mimic customer routes, which aligns with the requirement for monitoring availability and actions. The other options either do not replicate customer routes effectively (B and C) or create unnecessary complexity with multiple Lambda functions for each path (D).