You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lambda function to request quota increase crashed:
"LogicalResourceId": "QuotaInvoke", "NoEcho": false, "Data": {"Data": "You must provide a quota value greater than the current quota value"}}
The current quota is hardcore to 16, where I already have 16 for my spot instance in the region.
Workaround: remove all logic for the quota increase in the YAML file.
The text was updated successfully, but these errors were encountered:
In the file base-resources.yaml
The lambda function to request quota increase crashed:
"LogicalResourceId": "QuotaInvoke", "NoEcho": false, "Data": {"Data": "You must provide a quota value greater than the current quota value"}}
The current quota is hardcore to 16, where I already have 16 for my spot instance in the region.
Workaround: remove all logic for the quota increase in the YAML file.
The text was updated successfully, but these errors were encountered: