AuthFailure on calling StopInstances in workflow step CreateOutputAMI

0

Hello,

I get the following message by running an image pipeline.

Image ARN: arn:aws:imagebuilder:eu-central-1:...:image/.../1.0.5/1 failed with error: Workflow Execution ID: '...' failed with reason: An error occurred (AuthFailure) when calling the StopInstances operation: This request has been administratively disabled. in workflow step CreateOutputAMI.

The version 1.0.5 is one with a simple recipe, so do nothing but I always get the error message.

Whats wrong with my recipe, pipeline or account?

Kind regards, Marcel

2回答
1

💭 I am not 100% sure, but based on the error there might be an issue with the permissions or policies associated with the IAM user or role used to run the image pipeline.


Could you please verify the IAM user or role being used to execute the image pipeline?

💡 Make sure that the IAM user or role used to run the image pipeline has the necessary permissions to perform the StopInstances operation.

This typically requires the ec2:StopInstances action.

profile picture
エキスパート
回答済み 1ヶ月前
0

Thank you for your response. Now I'm checked, that I also can not stop or start any ec2 instance on the aws management console. I also checked the IAM of my user and I have AdministratorAccess. The simulation confirm that the has ec2:StopInstances and ec2:StartInstances.

What's strange is that my AWS root user can't do this too and gets this: This request has been administratively disabled.

Marcel
回答済み 1ヶ月前

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

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

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

関連するコンテンツ