For Step Function Map state in Distributed mode does the minimum concurrent executions have to be 40?

0

I am reading the documentation here https://docs.aws.amazon.com/step-functions/latest/dg/concepts-asl-use-map-state-distributed.html and it says "You need a concurrency of more than 40 parallel iterations."

What if in my workflow there are some instances where I need more than 40 but not 100% of the time?

profile picture
KG
質問済み 1年前615ビュー
1回答
0

Hi,

40 is the limit of concurrent interactions supported by the map state in inline mode, hence the mention.

Thus, AWS recommends the Inline mode if your workflow's execution history won't exceed 25,000 entries, or if you don't require more than 40 concurrent iterations, and the Distributed mode when it is required to exceed those limits or the size of your dataset exceeds 256 KB.

You can take a look at the difference between them in the following link, but remember that Distributed mode is not supported for Express Step Functions.

profile picture
エキスパート
回答済み 1年前

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

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

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

関連するコンテンツ