Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Resource Quotas

Resource quotas describe the default quota for each resource on a per-project basis. Each Google Developers Console project is subject to default quotas on the number of resources that a project can have.

Each project is subject to the following Google Compute Engine global resource limits:

  • Firewalls: 100
  • Forwarding Rules: 50
  • Health Checks: 50
  • Images: 100
  • Networks: 5
  • Routes: 100
  • Snapshots: 1000
  • Target Pools: 50

Regional quotas

Each region within a project is subject to the following regional quotas:

  • CPUs: 24
  • Maximum total aggregate disk space: 5TB
  • In-use IP addresses (both ephemeral and reserved): 23
  • Reserved IP addresses: 7
  • SSD Persistent Disk: 1TB

To check how much of each resource you have used at any time, perform the appropriate list() calls for each resource, either through the API or through gcloud compute . For example, you can list all your networks for a specific project by running:

$ gcloud compute networks list

If you need more than the default resource quotas listed here, you can request more quota for resources using the quota change request form .

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.