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
preguntada hace 7 años1538 visualizaciones
2 Respuestas
0

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

respondido hace 6 años
0

Maybe try adding these policies to your account:

AWSStepFunctionsConsoleFullAccess
AWSStepFunctionsFullAccess

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

McGee
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas