A security engineer is designing network controls for a cloud-hosted e-commerce application processing payment transactions. The architecture requires granular security controls to prevent lateral movement (east-west traffic) between individual cloud workload instances within the cardholder data environment. Which network design strategy best provides granular isolation and controls east-west traffic between individual cloud workloads?
- Implementing workload-level microsegmentation using software-defined policies and host-based firewall agents.Answer
- BPlacing all application servers and payment processing services inside a single trusted internal subnet behind a perimeter firewall.
- CEstablishing a physical air gap to decouple cloud application services from cardholder processing instances.
- DDeploying a passive network intrusion detection system (NIDS) sensor at the subnet gateway to block unauthorized traffic flows.
Answer
Implementing workload-level microsegmentation using software-defined policies and host-based firewall agents.
Microsegmentation isolates workloads granularly down to the host or container level by enforcing security policies directly on workload instances (via software agents or cloud security groups). This approach restricts lateral (east-west) traffic movement regardless of subnet boundaries, directly satisfying the requirement for workload isolation in a cloud environment.
Step-by-Step Solution
Key Concept
Microsegmentation for East-West Cloud Traffic Isolation