An enterprise is migrating its centralized service-oriented architecture to AWS. The architecture consists of 12 distinct Virtual Private Clouds (VPCs) that require full network connectivity with each other through a centralized hub. The enterprise also needs to enforce stateless packet filtering at the boundary of each subnet to prevent traffic from unauthorized external networks. Which combination of AWS networking components should the enterprise implement to satisfy these requirements?
- AWS Transit Gateway to interconnect the VPCs, and Network Access Control Lists (Network ACLs) for subnet-level stateless packet filteringAnswer
- BAWS Transit Gateway to interconnect the VPCs, and Security Groups for subnet-level stateless packet filtering
- CVPC Peering connections to interconnect the VPCs, and Security Groups for subnet-level stateless packet filtering
- DVPC Peering connections to interconnect the VPCs, and Network Access Control Lists (Network ACLs) for subnet-level stateless packet filtering
Answer
AWS Transit Gateway to interconnect the VPCs, and Network Access Control Lists (Network ACLs) for subnet-level stateless packet filtering
The correct option combines AWS Transit Gateway to act as a centralized router for the 12 VPCs, avoiding the complexity of a peer-to-peer mesh, and Network Access Control Lists (Network ACLs) to perform stateless packet filtering at the subnet boundaries.
Step-by-Step Solution
Key Concept
AWS network topologies and security boundaries