AWS Certified DevOps Engineer – Professional — Question 122

A company has a single AWS account where active development occurs. The company's security team has implemented Amazon GuardDuty, AWS Config, and AWS CloudTrail within the account. The security team wants to receive notifications in near real time for only high-severity findings from GuardDuty. The security team uses an Amazon Simple Notification Service (Amazon SNS) topic for notifications from other security tools in the account.

How can a DevOps engineer meet these requirements?

Answer options

Correct answer: D

Explanation

Answer D is correct because it specifically configures an EventBridge rule to match high-severity findings from GuardDuty, which directly meets the requirement for notifications. Answers A and C do not accurately specify the correct event source or the nature of the findings, while answer B incorrectly focuses on AWS Config noncompliance instead of directly on GuardDuty findings.