stop EC2 instances in eu-west-3 region

0

Hello, I can't stop EC2 instances in eu-west-3 region. When I cick instance state > stop instance I see this error:

Failed to stop the instance i-05c8836637834594a This action has been administratively disabled.

  • I am having the same issue.

  • Please follow the steps in the answer

AWS
質問済み 1年前341ビュー
1回答
0

Assumption : You are the admin user or administrator of your organization has assigned you the IAM policies which has the permission to stop EC2 instance.

    1. To force stop the instance using the console

Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.

In the navigation pane, choose Instances and select the stuck instance.

Choose Instance state, Force stop instance, Stop.

Note that Force stop instance is only available in the console if your instance is in the stopping state. If your instance is in another state (except shutting-down and terminated) you can use the AWS CLI to force stop your instance.

  1. To force stop the instance using the AWS CLI aws ec2 stop-instances --instance-ids <replace id without angle braces> --force

If, after 10 minutes, the instance has not stopped, post a request for help on AWS re:Post. To help expedite a resolution, include the instance ID, and describe the steps that you've already taken. Alternatively, if you have a support plan, create a technical support case in the Support Center.

Biswa
回答済み 1年前

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

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

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

関連するコンテンツ