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
エキスパート
レビュー済み 16日前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ