A startup is deploying a web-based platform with two virtual networks: one for their frontend web servers and one for their backend database. They want to enable private, low-latency communication between these two virtual networks without routing traffic through the public internet. At the same time, they need to restrict database access so that only the frontend web servers can communicate with the database instances on port 3306, while automatically allowing returning traffic. Which two AWS network or security features should the company implement to meet these requirements? (Select two.)
- VPC PeeringCevap
- Security GroupsCevap
- CAWS Transit Gateway
- DNetwork Access Control Lists (Network ACLs)
- EIAM Roles
Cevap
VPC Peering and Security Groups
VPC Peering is correct because it connects two VPCs directly, privately, and with minimal latency. Security Groups are correct because they control traffic statefully at the instance level and allow referencing the frontend instances' security group as the source.
Adım Adım Çözüm
Anahtar Kavram
AWS hybrid and inter-VPC network connectivity combined with stateful instance-level security filtering.