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 .