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
질문됨 일 년 전357회 조회
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠