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 年前

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

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

回答問題指南