An organization is designing a network architecture to connect six corporate offices to ten Amazon VPCs. The technical requirements specify a centralized, hub-and-spoke connectivity model to simplify routing management. Additionally, the security team needs to enforce stateless traffic filtering at the boundary of each subnet within the VPCs. Which combination of AWS networking components best satisfies these requirements?
- AA full mesh of VPC Peering connections to link all VPCs, combined with Security Groups for subnet-level filtering.
- BAWS Transit Gateway to centralize VPC and office connectivity, combined with Security Groups for subnet-level filtering.
- AWS Transit Gateway to centralize VPC and office connectivity, combined with Network Access Control Lists (Network ACLs) for subnet-level filtering.Answer
- DA full mesh of VPC Peering connections to link all VPCs, combined with Network Access Control Lists (Network ACLs) for subnet-level filtering.
Answer
AWS Transit Gateway to centralize VPC and office connectivity, combined with Network Access Control Lists (Network ACLs) for subnet-level filtering.
AWS Transit Gateway acts as a cloud router, establishing a centralized hub-and-spoke network topology that simplifies routing management across multiple VPCs and on-premises networks. Network Access Control Lists (Network ACLs) are stateless firewall rules that operate at the subnet boundary, satisfying the requirement for stateless traffic filtering at the subnet level.
Step-by-Step Solution
Key Concept
Centralized multi-VPC routing and subnet-level security filtering on AWS
Estimated Time:2m 0s