AWS Certified Security – Specialty (SCS-C02) — Question 128

A company hosts an application on Amazon EC2 that is subject to specific rules for regulatory compliance. One rule states that traffic to and from the workload must be inspected for network-level attacks. This involves inspecting the whole packet.

To comply with this regulatory rule, a security engineer must install intrusion detection software on a c5n.4xlarge EC2 instance. The engineer must then configure the software to monitor traffic to and from the application instances.

What should the security engineer do next?

Answer options

Correct answer: C

Explanation

The correct answer is C because configuring VPC traffic mirroring allows the security engineer to replicate the traffic for monitoring, which is necessary for thorough packet inspection. Option A is incorrect because promiscuous mode alone does not ensure traffic is captured without proper mirroring. Option B is not suitable as VPC Flow Logs do not provide full packet inspection capabilities. Option D is incorrect because Amazon Inspector is designed for vulnerability assessment rather than direct traffic inspection.