AWS Step Function: no permissions

0

I have tried to create HelloWorld Step function. But received is not authorized to perform: states:CreateStateMachine User is not authorized to perform: states:CreateStateMachine because no identity-based policy allows the states:CreateStateMachine action How to fix it?

Oleg
質問済み 1年前569ビュー
1回答
2

Hi

It seems that your user does not have permission to create the state machine. You can create a custom policy with the states:CreateStateMachine machine permission and any other required permissions and attach the custom policy to your user or the simpler approach use the AWSStepFunctionsConsoleFullAccess managed policy and attach it to your user. This would grant all the necessary permissions to manage step functions.

Managing IAM permissions -> https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html

profile picture
Bisina
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ