A retail corporation is expanding its AWS infrastructure and now manages twenty Virtual Private Clouds (VPCs) across multiple departments. To optimize operations, the network engineering team wants to implement a centralized network hub to route traffic between all VPCs and their on-premises data center without establishing complex point-to-point connections. At the same time, the security team requires the ability to block traffic from specific external IP addresses at the boundary of each subnet.
Which two AWS features or services should the corporation implement to satisfy both the routing and security requirements? (Select TWO.)
- AWS Transit GatewayAnswer
- Network Access Control Lists (NACLs)Answer
- CVPC Peering
- DSecurity Groups
- ENAT Gateways
Answer
AWS Transit Gateway and Network Access Control Lists (NACLs)
AWS Transit Gateway acts as a central hub to connect multiple VPCs and on-premises networks, simplifying routing compared to point-to-point peering. Network Access Control Lists (NACLs) operate at the subnet level and allow explicit deny rules to block specific IP addresses.
Step-by-Step Solution
Key Concept
AWS Network Services (Transit Gateway and NACLs)