Unable to stop EC2 instance

0

Unable to stop the EC2 instance. It gives me following message when I try to stop it. Please help to resolve as soon as possible as it is consuming the billing hours.

Message from portal: Failed to stop the instance i-03980183a24456ae3 The instance 'i-03980183a24456ae3' may not be stopped. Modify its 'disableApiStop' instance attribute and try again.

已提問 1 年前檢視次數 276 次
1 個回答
0

Hello, The DisableApiStop attribute controls whether the instance can be stopped using the Amazon EC2 console, AWS CLI, or API. You can set the value of this attribute when you launch the instance, while the instance is running, or while the instance is stopped.

You can disable stop protection for a running or stopped instance using one of the following methods.

From Console:

  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
  2. In the left navigator, choose Instances.
  3. Select the instance, and then choose Actions, Instance settings, Change stop protection.
  4. Clear the Enable check box, and then choose Save.

AWS CLI method (Replace your instance id)

aws ec2 modify-instance-attribute
--instance-id i-1234567890abcdef0
--no-disable-api-stop

AWS
已回答 1 年前
profile pictureAWS
專家
kentrad
已審閱 1 年前

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

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

回答問題指南