A company is establishing a hybrid network environment. They need to securely connect their on-premises data center to a single Virtual Private Cloud (VPC) in AWS, and they also require a firewall mechanism that filters inbound and outbound traffic specifically at the subnet level. Which AWS networking and security components should the company implement to meet these requirements? (Select TWO.)
- Network Access Control Lists (Network ACLs)Answer
- AWS Site-to-Site VPNAnswer
- CSecurity Groups
- DAWS Transit Gateway
- EVPC Peering
Answer
Network Access Control Lists (Network ACLs) and AWS Site-to-Site VPN are the correct components.
The correct options are Network Access Control Lists (Network ACLs) and AWS Site-to-Site VPN. Network ACLs operate at the subnet level to act as a stateless firewall for controlling traffic entering and leaving subnets. AWS Site-to-Site VPN provides a secure and cost-effective way to connect an on-premises data center to a single VPC.
Step-by-Step Solution
Key Concept
Filtering subnet traffic using Network ACLs and establishing hybrid connectivity using VPN.