AWS Certified DevOps Engineer – Professional — Question 143

A media company has several thousand Amazon EC2 instances in an AWS account. The company is using Slack and a shared email inbox for team communications and important updates. A DevOps engineer needs to send all AWS-scheduled EC2 maintenance notifications to the Slack channel and the shared inbox. The solution must include the instances' Name and Owner tags.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because Amazon EventBridge can efficiently monitor AWS Health events, and targeting an SNS topic allows for easy notification delivery to multiple endpoints. Options A, C, and D do not utilize the most efficient method for handling AWS maintenance notifications, and they complicate the process by introducing unnecessary components or steps.