AWS Certified Security – Specialty — Question 399

A security engineer needs to implement an intrusion detection system (IDS) for a shipping company. The findings from the system must generate alerts that can be sent to an email distribution group that the company’s operations team uses. The security engineer must maximize the coverage that the IDS provides.

Which combination of steps should the security engineer take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

To maximize coverage for Amazon GuardDuty (which acts as the AWS native IDS), it requires access to AWS CloudTrail logs (including S3 data events) and VPC flow logs capturing all traffic (both accepted and rejected), which makes Option A correct. To deliver the alerts to the operations team, configuring Amazon GuardDuty to send findings via Amazon EventBridge to an Amazon SNS topic subscribed to the team's email distribution group is the standard, scalable approach, making Option C correct.