A rapidly growing software startup has configured isolated testing environments in separate Virtual Private Clouds (VPCs) across several AWS accounts. The network engineering team must implement a centralized routing hub to connect all these testing VPCs and link them to the local office. In addition, the security team requires a mechanism to prevent inbound traffic from specific blacklisted IP addresses from entering any subnet. Which TWO AWS services or features should the team implement to satisfy these requirements? (Select TWO.)
- AWS Transit GatewayCevap
- Network Access Control Lists (Network ACLs)Cevap
- CA full mesh of VPC Peering connections
- DSecurity Groups applied to each Amazon EC2 instance
- EAWS PrivateLink endpoints in each VPC
Cevap
AWS Transit Gateway and Network Access Control Lists (Network ACLs)
The correct options are the centralized cloud router and the subnet-level traffic filter. AWS Transit Gateway acts as a hub to connect multiple VPCs and on-premises networks in a hub-and-spoke topology, simplifying configuration. Network Access Control Lists (Network ACLs) act as stateless firewalls at the subnet boundary and support explicit deny rules, which are necessary to block specific inbound IP addresses.
Adım Adım Çözüm
Anahtar Kavram
Centralized hybrid routing and subnet-level traffic filtering