An organization is designing a multi-VPC architecture on AWS. They need to establish a hub-and-spoke topology to interconnect multiple Virtual Private Clouds (VPCs) and simplify network routing. Additionally, they must implement a network security control that operates as a stateless firewall to filter traffic entering and leaving their subnets.
Which two AWS services or features should the organization use to meet these requirements? (Select TWO.)
- AWS Transit GatewayAnswer
- Network Access Control Lists (Network ACLs)Answer
- CVPC Peering
- DSecurity Groups
- EAWS WAF
Answer
AWS Transit Gateway and Network Access Control Lists (Network ACLs)
AWS Transit Gateway connects multiple VPCs and on-premises networks through a central hub, avoiding the routing complexity of point-to-point VPC Peering. Network Access Control Lists (Network ACLs) act as stateless firewalls that filter traffic at the subnet level.
Step-by-Step Solution
Key Concept
AWS Network Services