An enterprise wants to interconnect 50 Amazon VPCs and their on-premises network in a hub-and-spoke topology to simplify routing management. Additionally, they need to implement a stateless security control at the subnet level to block traffic from specific IP addresses. Which of the following AWS features or services should the enterprise configure to meet these requirements? (Select TWO.)
- AWS Transit GatewayAnswer
- Network Access Control Lists (Network ACLs)Answer
- CVPC Peering
- DSecurity Groups
- ENAT Gateway
Answer
AWS Transit Gateway and Network Access Control Lists (Network ACLs)
AWS Transit Gateway is the correct service for connecting a large number of VPCs and on-premises networks in a simplified hub-and-spoke design. Network Access Control Lists (Network ACLs) are correct because they operate statelessly at the subnet level, which allows configuring explicit rules to deny and block specific IP addresses.
Step-by-Step Solution
Key Concept
AWS Transit Gateway simplifies multi-VPC and hybrid network routing using a hub-and-spoke model, while Network ACLs provide stateless, subnet-level security filtering including explicit IP blocking.