AWS Certified SysOps Administrator – Associate — Question 216

A company’s architecture team must receive immediate email notification whenever new Amazon EC2 instances are launched in the company's main AWS production account.

‘What should a SysOps administrator do to meet this requirement?

Answer options

Correct answer: B

Explanation

The correct answer, B, is effective because it directly uses Amazon SNS to send email notifications when EC2 instances are launched, ensuring prompt alerts. Option A relies on user data scripts, which are not as immediate. Option C uses SQS instead of SNS, which is not designed for direct email notifications. Option D introduces unnecessary complexity by involving AWS Lambda and Systems Manager when SNS can handle the requirement more straightforwardly.