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
已提问 7 年前1538 查看次数
2 回答
0

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

已回答 6 年前
0

Maybe try adding these policies to your account:

AWSStepFunctionsConsoleFullAccess
AWSStepFunctionsFullAccess

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

McGee
已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则