AWS Certified SysOps Administrator – Associate — Question 254

A company runs its applications on a large number of Amazon EC2 instances. A SysOps administrator must implement a solution to notify the operations team whenever an EC2 instance state changes.

What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: B

Explanation

The most operationally efficient solution is option B because it directly uses Amazon EventBridge to capture EC2 instance state changes and sends notifications to an SNS topic without the need for custom scripts or additional functions. Options A and C involve unnecessary complexity by requiring scripts or Lambda functions, while option D introduces an additional layer of evaluation and remediation that is not needed for simple notifications.