The Ultimate Cheat Sheet: Limits, Quotas & Decision Trees

The night before the exam, you do not need another 2,000-word article. You need the numbers, the limits, and the decision shortcuts that the exam tests repeatedly. This article is designed to be your “last look”—the quick reference that cements the critical facts in your memory.

VPC Limits
ResourceDefault Limit
VPCs per project5 (can be increased)
Subnets per VPC100
Secondary IP ranges per subnet30
Static routes per VPC250
VPC Peering connections per VPC25
Firewall rules per VPC1,000
Alias IP ranges per VM100
Load Balancer Limits
ResourceLimit
Backend services per URL Map75
Certificates per Target HTTPS Proxy15
NEGs per backend service50
Health checks per project50
Cloud NAT Limits
ResourceLimit
NAT gateways per Cloud Router3
Default ports per VM64
Maximum NAT external IPs300
Decision Tree: Which Load Balancer?
  1. Is the traffic HTTP(S)?
    • Yes → HTTP(S) Load Balancer.
      • Global or Regional? → If Global Anycast needed: Global External. If internal microservices: Internal Regional.
    • No → Continue.
  2. Is the traffic TCP (non-HTTP)?
    • Need SSL termination? → SSL Proxy LB.
    • Need original client IP? → External Passthrough Network LB.
    • Internal? → Internal TCP/UDP LB.
  3. Is the traffic UDP?
    • → External Passthrough Network LB or Internal TCP/UDP LB.
Decision Tree: PGA vs. PSA vs. PSC
  1. Do you need to reach Google APIs (Storage, BigQuery)?
    • Yes → Private Google Access (PGA). Enable on the subnet.
  2. Do you need a private IP for a managed service (Cloud SQL, Redis)?
    • Yes → Private Service Access (PSA). Allocate an IP range for peering.
  3. Do you need cross-org connectivity or a consumer-controlled endpoint?
    • Yes → Private Service Connect (PSC). Create a PSC endpoint.
Decision Tree: Interconnect vs. VPN
  1. Bandwidth > 2 Gbps needed? → Interconnect.
  2. In a Google colocation facility? → Dedicated Interconnect.
  3. Not in a colo but need private connectivity? → Partner Interconnect.
  4. Need encrypted connectivity in minutes? → HA VPN.
  5. Need both encryption and private backbone? → VPN over Interconnect.
Quick-Reference: Key IP Ranges
PurposeRange
Health check probes35.191.0.0/16, 130.211.0.0/22
IAP tunnel source35.235.240.0/20
Private Google Access (standard)199.36.153.8/30
Restricted Google Access (VPC-SC)199.36.153.4/30
GCP Metadata Server169.254.169.254
Default DNS resolver169.254.169.254

Memorize the health check ranges and the IAP range. They appear in nearly every firewall troubleshooting question.

Putting it Together

This cheat sheet is not a substitute for understanding—it is a supplement. Print it, review it the night before, and walk into the exam with these numbers fresh in your mind. The decision trees will save you 30 seconds per question. Over 50 questions, that is 25 minutes reclaimed—enough time to double-check your hardest answers.