AWS Certified Security – Specialty — Question 197

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, as VPC traffic mirroring allows for the comprehensive inspection of network packets by duplicating the traffic and sending it to the monitoring instance. Option A is insufficient because promiscuous mode alone does not provide the necessary mirroring capability. Option B does not facilitate full packet inspection but rather focuses on flow logs, which are less detailed. Option D incorrectly suggests using Amazon Inspector, which is not designed for real-time traffic inspection.