I would like to grant access to a GCP project to a new user, but I would like to limit quotas for this user for specific resources, e.g. user can run VMs with max 8 vCPUs and not more, or VM can have only 16GB of ram and not more or user can attach only SSD with 100GB max.
I've found in docs that default quotas can be raised (after contacting Google support) https://cloud.google.com/compute/quotas
The question is, can the quotas for resources (like vCPU, RAM, storage, SSDs, etc) can be lowered?
Best regards Michal