- Newest
- Most votes
- Most comments
Hi Jagadish
I understand you want to stop/terminate your instance but you are unable to and receive an “disableApiStop” error. You instance has stop proctection enabled [1], to disable you need to select the instance and go to Actions > instance details > Change stop protection, for Stop protection, choose disable.
[1] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
I faced this issue, but the instance terminate protection was disabled already. What did work for me after I updated my cli tools to version "aws-cli/2.7.20 Python/3.9.11 Darwin/21.5.0 exe/x86_64 prompt/off" was:
aws ec2 modify-instance-attribute --instance-id <instance_id> --no-disable-api-stop
I have a feeling this is a old/new console api incomatablity and wonder if I switched to old console that I might of had success turning it on/off there too.
"aws-cli/2.2.30 Python/3.8.8 Darwin/21.5.0 exe/x86_64 prompt/off" - did not work
Relevant content
- asked 2 years ago
- asked 11 days ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago