Home > Software design >  How to increase aws lambda Applied quota value?
How to increase aws lambda Applied quota value?

Time:12-29

As i observe on the services quota panel that the applied quota value of AWS lambda , is much lower then the aws default value. How can I increase this value?

I cannot find proper guidelines of how to increase the applied quota value as much of the resource related to it is about how to increase the default quota.enter image description here

CodePudding user response:

Same process, use the Request quota increase function in the Service Quota's console. The Lambda Quotas documentation gives some insight, that there are specific limits placed on new AWS Accounts, which get automatically raised over time.

The fact they don't explain this in the Service Quota's console isn't very user friendly.

  • Related