A logistics company is designing its network architecture in AWS. The company has created Virtual Private Clouds (VPCs) to isolate different services, such as inventory management, billing, and shipment tracking. They need a solution that establishes a simplified hub-and-spoke routing model to allow all VPCs to communicate with one another without managing a complex mesh of point-to-point connections. Additionally, the security team requires a stateless firewall mechanism at the subnet boundary to explicitly deny traffic from a list of known malicious IP addresses.
Which two AWS services or features should the company implement to meet these requirements? (Select TWO.)
- AWS Transit GatewayAnswer
- Network Access Control Lists (Network ACLs)Answer
- CVPC Peering
- DSecurity Groups
- EAmazon Route 53 routing policies
Answer
AWS Transit Gateway and Network Access Control Lists (Network ACLs)
AWS Transit Gateway is correct because it acts as a central cloud router, simplifying multi-VPC connectivity into a hub-and-spoke model. Network Access Control Lists (Network ACLs) is correct because it operates at the subnet boundary, is stateless, and supports explicit deny rules to block malicious traffic before it reaches the instances.
Step-by-Step Solution
Key Concept
AWS multi-VPC routing and subnet-level security access control.