AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 124

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

Option B is correct because using Amazon EventBridge to monitor AWS Health events allows for direct targeting of SNS notifications, which can then easily be routed to both Slack and email. The other options either do not provide a direct way to monitor EC2 maintenance events efficiently or do not ensure all required information is captured and sent to the necessary destinations.