A fintech enterprise is redesigning its cloud-native payment gateway architecture to achieve PCI-DSS compliance. The security architecture must restrict lateral movement between individual microservices inside the cardholder data environment (CDE), enforce strict inline policy inspection for outbound internet-bound management connections, and eliminate reliance on internal network location trust. Which of the following network architecture controls should the security team implement to satisfy these requirements? (Select TWO.)
- Implement microsegmentation using software-defined networking (SDN) policies to enforce granular East-West traffic filtering between workloads.Answer
- Deploy an inline Next-Generation Firewall (NGFW) at the egress boundary to inspect and filter North-South outbound management traffic.Answer
- CConsolidate all CDE microservices into a single flat VLAN to simplify passive network intrusion detection system (NIDS) monitoring.
- DConfigure core router access control lists (ACLs) to grant implicit trust to any traffic originating from internal administrative IP subnets.
Answer
The security team should implement microsegmentation via SDN policies to restrict East-West workload communication and deploy an inline NGFW at the egress boundary for North-South traffic inspection.
Microsegmentation enables fine-grained policy enforcement at the individual workload level, effectively isolating systems and blocking East-West lateral movement inside the cardholder data environment. Deploying an inline NGFW at the perimeter boundary ensures all outbound (North-South) management traffic undergoes application-aware inspection and threat prevention prior to egressing.
Step-by-Step Solution
Key Concept
Secure Network Design, Microsegmentation, and Egress Boundary Filtering