A company is migrating its operations to AWS and plans to deploy dozens of Virtual Private Clouds (VPCs) across multiple AWS accounts to isolate different departments. They need to simplify their network architecture by interconnecting all these VPCs through a central hub, avoiding a complex point-to-point routing mesh. Additionally, they must implement stateless traffic filtering at the subnet boundary to block traffic from specific IP addresses. Which two AWS networking solutions or features should the company implement to meet these requirements?
- AWS Transit GatewayCevap
- Network Access Control Lists (Network ACLs)Cevap
- CVPC Peering
- DSecurity Groups
- EAWS CloudTrail
Cevap
AWS Transit Gateway and Network Access Control Lists (Network ACLs)
AWS Transit Gateway is the correct solution for interconnecting dozens of VPCs via a centralized hub, simplifying the network architecture. Network Access Control Lists (Network ACLs) are the correct choice for implementing stateless traffic filtering at the subnet boundary to block specific IP addresses.
Adım Adım Çözüm
Anahtar Kavram
VPC connectivity scaling using AWS Transit Gateway and subnet-level security using Network ACLs