A financial services company recently migrated its online portal to a cloud-based containerized microservices architecture. Security telemetry indicates that an attacker successfully compromised a public-facing API gateway container and attempted lateral movement to internal microservices residing on the same Virtual Private Cloud (VPC) subnet. The security team must prevent unauthorized lateral (East-West) communication between workloads within the same subnet without changing the existing IP addressing scheme. Which of the following secure network design controls should the security architect implement?
- Implement host-based microsegmentation using software-defined network policies enforcement.Answer
- BDeploy a centralized perimeter stateful firewall at the VPC edge gateway to inspect incoming traffic.
- CAggregate all microservice containers into a single flat VLAN to simplify broadcast domain management.
- DInstall an out-of-band Network Intrusion Detection System (NIDS) sensor on the subnet switch port.
Answer
Implement host-based microsegmentation using software-defined network policies enforcement.
Microsegmentation uses software-defined policies directly on workloads or container hosts to enforce access controls granularly. This isolates individual workloads and restricts East-West traffic flows between container instances operating on the same physical or virtual subnet.
Step-by-Step Solution
Key Concept
Microsegmentation and East-West Traffic Isolation