Not able to set lambda reserved concurrency in new account

1

Hi,

I have a new account and only one lambda function in it. I cannot set the "reserved concurrency" of this lambda function as I get the error "The unreserved account concurrency can't go below 50". The unreserved concurrency is indeed 50. The same thing happens if I attempt to do it with the CLI.

I would like to set maximal 10 concurrent invocations of this function as to not overload an external backend. Why can't I set the reserved concurrency of this function?

已提問 2 年前檢視次數 1510 次
1 個回答
2
已接受的答案

New accounts now get a max default concurrency of 50. If you need more, use the Service Quotas service to ask for an increase.

profile pictureAWS
專家
Uri
已回答 2 年前
profile picture
專家
已審閱 15 天前
  • But why do I need to ask aws to increase it if I want exactly to limit the concurrency of my function ?

  • There is some internal limit that requires that there are at least 50 unreserved concurrency. As your limit is 50, setting reserved concurrency on a function will bring the remaining to less than 50, which is not allowed. Just ask for a small increase.

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

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

回答問題指南