I could not configure the provisioned concurrency for my Lambda function.

0

Hi There,

  1. I have tried to configure the provisioned concurrency (PC) for my lambda function to increase the performance of my lambda application.
  2. As required i have selected the version of my lambda and tried to enter like 5 in the given input box of the Provisioned concurrency.
  3. When i enter the number that input box throws error like The maximum allowed provisioned concurrency is 0, based on the unreserved concurrency available (10) minus the minimum unreserved account concurrency (10).
  4. What should I do to configure the provisioned concurrency as 100 as i required.
  5. Why im getting The maximum allowed provisioned concurrency is 0 . Guide me to get fix this

Thanks in advance,

Jay
已提問 6 個月前檢視次數 290 次
1 個回答
0

Hi, it seems that you don't have enough quota.

1.- Is the account new? 2.- Go to [https://us-east-1.console.aws.amazon.com/servicequotas/home?region=us-east-1] (Service Quota) -> AWS Services -> AWs Lambda -> Concurrent executions and as default should be in 1000. Note: if is not 1000, you can request the increase. follow this to open a request: https://repost.aws/knowledge-center/lambda-concurrency-limit-increase 3.- If your quota is set to 1000, Follow this steps to increase your lambda concurrences. Note: Provisioned concurrency can't be use with the $LATEST version of any function.

profile pictureAWS
Arifc
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南