AWS Certified Solutions Architect – Professional — Question 459

You are designing an intrusion detection prevention (IDS/IPS) solution for a customer web application in a single VPC. You are considering the options for implementing IOS IPS protection for traffic coming from the Internet.
Which of the following options would you consider? (Choose two.)

Answer options

Correct answer: A, D

Explanation

In an AWS VPC, promiscuous mode is not supported on network interfaces, which rules out option B. Elastic Load Balancing with SSL listeners (option C) handles encryption but does not perform intrusion detection or prevention. Thus, deploying host-based IDS/IPS agents directly on the application instances (option A) or on a reverse proxy layer (option D) are the correct approaches to inspect and protect incoming traffic.