hsachdevah / aws-cleanup

Terminate/Delete resources in your AWS account to get a clean slate.
MIT License
12 stars 10 forks source link

EC2 instance with termination protection breaks the entire code from getting processed #18

Closed hsachdevah closed 10 years ago

hsachdevah commented 10 years ago

Error occured while terminating Instances: { [OperationNotPermitted: The instance 'i-35144b1d' may not be terminated. Modif y its 'disableApiTermination' instance attribute and try again.] message: 'The instance \'i-35144b1d\' may not be terminated. Modify its \'disa bleApiTermination\' instance attribute and try again.', code: 'OperationNotPermitted', time: Thu Apr 24 2014 09:23:53 GMT+0530 (India Standard Time), statusCode: 400, retryable: false, _willRetry: false }

hsachdevah commented 10 years ago

Not able to reproduce