A company is designing a network architecture on AWS to connect 20 Virtual Private Clouds (VPCs) across different AWS Regions to their on-premises data center using AWS Direct Connect. They also need to implement a security control that blocks traffic from specific external IP addresses at the subnet boundary before it reaches any resources. Which two AWS configurations or services should the company implement to meet these requirements? (Select two.)
- AWS Transit Gateway to act as a centralized hub for routing traffic between the multiple VPCs and the on-premises networkCevap
- Stateless Network Access Control Lists (NACLs) associated with the subnets to block the specific malicious IP addressesCevap
- CA full mesh of VPC Peering connections between all 20 VPCs to allow direct traffic routing between them
- DStateful Security Groups applied at the subnet level to filter and block traffic from the specified IP addresses
- EStateless Network Access Control Lists (NACLs) attached directly to the elastic network interfaces of individual EC2 instances
Cevap
AWS Transit Gateway and stateless Network Access Control Lists (NACLs) associated with subnets
The correct answer combines AWS Transit Gateway and stateless Network Access Control Lists (NACLs) associated with subnets. AWS Transit Gateway is designed to act as a centralized router to connect multiple VPCs and on-premises networks, eliminating the complexity of a full mesh VPC peering topology. Network Access Control Lists (NACLs) are stateless and function at the subnet boundary, making them the appropriate tool to block specific external IP addresses before traffic reaches any EC2 instances within the subnet.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway acts as a central hub to simplify multi-VPC routing, while Network Access Control Lists (NACLs) provide stateless filtering at the subnet boundary.
Tahmini Süre:3m 0s