An enterprise is migrating its operations to AWS and plans to deploy separate Amazon VPCs for fifty different business units. The network team wants to establish a hub-and-spoke topology to easily manage routing between these VPCs without creating a complex point-to-point mesh. Additionally, they must apply stateless traffic filtering at the boundary of each subnet. Which combination of AWS networking components should the team use to meet these requirements?
- AWS Transit Gateway and Network Access Control ListsCevap
- BVPC Peering and Security Groups
- CAWS Transit Gateway and Security Groups
- DVPC Peering and Network Access Control Lists
Cevap
AWS Transit Gateway and Network Access Control Lists
The correct answer combines AWS Transit Gateway and Network Access Control Lists. AWS Transit Gateway functions as a centralized router that easily connects multiple VPCs in a hub-and-spoke topology, avoiding the management overhead of point-to-point peering. Network Access Control Lists operate at the subnet boundary to inspect and filter inbound and outbound traffic statelessly.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway provides centralized routing for multi-VPC architectures, while Network Access Control Lists offer stateless security filtering at the subnet boundary.