3

I was trying to play around with AWS Step functions following the instructions specified in the document(https://docs.aws.amazon.com/step-functions/latest/dg/getting-started.html). While trying to create a state machine, I got the following error message. "There was an error communicating with AWS Step Functions, please try again later."

I am executing step functions in the region EU Ireland. I created a role by following the instructions mentioned in the link( https://docs.aws.amazon.com/step-functions/latest/dg/procedure-create-iam-role.html). Also tried to update the Role definition with policy " AdministratorAccess" assuming the role doesn't have required permission to create state machine, which didn't help either.

Could you help me with this issue.

Thanks!

2
  • I had the same issue. It is a bit of a strange error message, but for me the issue was that my user did not have permissions to create a step function. Commented Jan 18, 2018 at 11:24
  • @Semi : Yes, it was the same issue for me as well. The error message doesn't help at all. If you try to create state machine through "Sample Projects" example, you get more information on the error message at "Create State machine" step. Commented Jan 22, 2018 at 9:25

1 Answer 1

2

The issue is with IAM permissions for the account using Step functions. Adding the policies mentioned in the document(https://docs.aws.amazon.com/step-functions/latest/dg/concept-create-iam-advanced.html) lets you create step functions.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.