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 年前檢視次數 361 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南