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
demandé il y a un an358 vues
1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions