Issue with Step Function Creation

0

I was trying to create a Step Function and I have used the existing execution role. It just throws the below error each time I try to create it.

"An error occurred while creating your state machine, please try again."

    1. Have you created execution role manually?
    2. Have you ever started State Machine with this execution role?
    3. Is it possible to share the execution role?
質問済み 2年前244ビュー
1回答
0

Hi Rajkumar

From the note I understand you trying to create Step Function and you have the existing execution role and it throws an error each time you try to create it?

First verify that the IAM role that your state machine assumes still exists If not create a new one[1]. Please note some of the issues that might cause the error; 1.State machine definition issues (for example, no matching rule in a Choice state) 2.Task failures (for example, an exception in a Lambda function) 3.Transient issues (for example, network partition events). And by default, when a state reports an error, AWS Step Functions causes the execution to fail entirely.

I hope the above information is helpful. References:

1.https://aws.amazon.com/premiumsupport/knowledge-center/step-functions-iam-role-troubleshooting/ 2.https://docs.aws.amazon.com/step-functions/latest/dg/concepts-error-handling.html

回答済み 2年前

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

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

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

関連するコンテンツ