AWS Certified SysOps Administrator – Associate — Question 145

A company is implementing a monitoring solution that is based on machine learning. The monitoring solution consumes Amazon EventBridge (Amazon CloudWatch Events) events that are generated by Amazon EC2 Auto Scaling. The monitoring solution provides detection of anomalous behavior such as unanticipated scaling events and is configured as an EventBridge (CloudWatch Events) API destination.

During initial testing, the company discovers that the monitoring solution is not receiving events. However, Amazon CloudWatch is showing that the EventBridge (CloudWatch Events) rule is being invoked. A SysOps administrator must implement a solution to retrieve client error details to help resolve this issue.

Which solution will meet these requirements with the LEAST operational effort?

Answer options

Correct answer: B

Explanation

Option B is the best choice as it utilizes a dead-letter queue to capture messages that could not be processed, allowing for easy retrieval of error details without additional overhead. Options A, C, and D involve more complex setups or additional services that require more operational effort, making them less efficient for this scenario.