Problem
EDB Postgres AI Cluster can't be created with the error 'You have exceeded one or more of your resource limits' or 'pre-check for the quota limit failed'
CLI or API
❯ biganimal create-cluster --clusterConfigFile ~/Desktop/config_file.yaml
Are you sure you want to create cluster "cluster-name"? [y|n]: y
{"error":{"errors":[{"message":"pre-check for the quota limit failed"}],"message":"Precondition Failed","reference":"upmrid/fwm2sG4XjEra-faVbRMqy/xozuqwpRZd_Cg2NXugiwi","source":"mSvc","status":412}}
UI
"Creating cluster failed You have exceeded one or more of your resource limits. See our docs for more information."
Scroll down, and you will see
"Please raise the resource limits in your cloud account to create a cluster. See this page for more information."
Cause
The cloud account has a resource quota limit.
Understand more about the limit
1. Download CLI binary in the Cloud Shell
curl -LO "https://cli.biganimal.com/download/$(uname -s)/$(uname -m)/latest/biganimal
2. Make the CLI command executable
chmod + biganimal
3. Run the CLI command can check what resources hit the limit
./biganimal cloud-provider preflight
Contact BigAnimal Support if you have any problems.