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
asked a year ago341 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions