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
asked 7 years ago1530 views
2 Answers
0

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

answered 6 years ago
0

Maybe try adding these policies to your account:

AWSStepFunctionsConsoleFullAccess
AWSStepFunctionsFullAccess

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

McGee
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions