AWS Certified SysOps Administrator – Associate — Question 235

A company decides to stop non-production Amazon EC2 instances during the EC2 instances. The company's IT manager must receive notification in near real time whenever an EC2 instance that has an environment type tag value of non-production is started during the night.

Which solution will meet this requirement with the MOST operational efficiency?

Answer options

Correct answer: C

Explanation

Option C is the most efficient solution as it utilizes Amazon EventBridge to automatically trigger notifications based on state changes of EC2 instances, thereby minimizing unnecessary polling. The other options involve continuous querying or polling methods, which are less efficient and can lead to increased costs and resource usage.