Unable To create a step function

0

Hello,
I am trying to create a step function. But unable to create it.
My admin has attached the following permissions to it for IAM ROLE.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": [
"states.us-east-1.amazonaws.com",
"lambda.amazonaws.com"
]
},
"Action": "sts:AssumeRole"
}
]
}

But still I get the following error.

First ERROR after loading Get Started Page:

"Error
There was an issue while loading activity arns, auto complete functionality may be limited."

After filling out name and selecting Catch Failure blueprint and editing ARN. I clicked on Create State Machine.
I get error box on code saying:
"
Error code:
Message:
Error code:
Message:"

Second time when I clicked on Create State Machine. I get to select IAM role and after that a final error:

(On Top of the page)
"Error
There was an issue while loading activity arns, auto complete functionality may be limited.
An error occurred while creating your state machine, please try again.
Error"

ahmed1
gefragt vor 7 Jahren1538 Aufrufe
2 Antworten
0

Did you figure out how to solve this? I have the same issue.

beantwortet vor 6 Jahren
0

Maybe try adding these policies to your account:

AWSStepFunctionsConsoleFullAccess
AWSStepFunctionsFullAccess

That got me over the initial problem of the error messages.

McGee
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen