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 GatewayCevap
- Network Access Control Lists (NACLs)Cevap
- CVPC Peering
- DSecurity Groups
- ENAT Gateways
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
AWS Network Services (Transit Gateway and NACLs)