Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team needs to ensure that only the frontend application can access the backend database, with no network access from other instances. How should the network be designed to achieve this?
A
Create an ingress firewall rule to allow access only from the application to the database using firewall tags.
B
Create a different subnet for the frontend application and database to ensure network isolation.
C
Create two VPC networks, and connect the two networks using Cloud VPN gateways to ensure network isolation.
D
Create two VPC networks, and connect the two networks using VPC peering to ensure network isolation.