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?
posta 2 anni fa244 visualizzazioni
1 Risposta
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

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande