GCP ACE · Question 30 · Domain 3.5: Deploying and implementing networking resources
You have a three-tier application deployed on Compute Engine: frontend web servers, backend application servers, and a database server. You need to configure firewall rules so that ONLY the frontend servers can communicate with the backend servers on port 8080.
Which TWO actions should you take to implement this securely and efficiently? (Select TWO)
Answer options:
Assign a network tag (e.g., 'frontend') to the web servers and a tag (e.g., 'backend') to the application servers.
Create an ingress firewall rule targeting the 'backend' tag, allowing TCP port 8080, with the source filter set to the 'frontend' tag.
Create an egress firewall rule on the 'frontend' tag to block all traffic except port 8080.
Assign static internal IP addresses to all frontend servers and use those IP addresses in the source filter of the firewall rule.
Place the frontend servers in one VPC and the backend servers in a different VPC, then use VPC peering.
50 questions · hints · full answers · grading