You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
we used aws-nuke to cleanup an account and encountered a deletion problem.
When an LB has an active termination protection it cannot be removed by nuke: eu-central-1 - ELBv2 - <name> - OperationNotPermitted: Load balancer 'arn:aws:elasticloadbalancing:eu-central-1:<accountid>:loadbalancer/app/<name>/<id>' cannot be deleted because deletion protection is enabled
IMHO nuke should remove the termination protection first and then issue the deletion request.
Is there a reason why nuke does not resolve this dependency?
Regards,
Andreas
The text was updated successfully, but these errors were encountered:
This is more or less, because we only add resources on demand. The reason for this is, that AWS has a lot of resources and a lot of them need special treatment (like ALBs in this example).
Please see the copy of the notice from the README about the deprecation of this project. Sven was kind enough to grant me access to help triage and close issues and pull requests that have already been addressed in the actively maintained fork. Some additional information is located in the welcome issue for more information.
Caution
This repository for aws-nuke is no longer being actively maintained. We recommend users to switch to the actively maintained fork of this project at ekristen/aws-nuke.
We appreciate all the support and contributions we've received throughout the life of this project. We believe that the fork will continue to provide the functionality and support that you have come to expect from aws-nuke.
Please note that this deprecation means we will not be addressing issues, accepting pull requests, or making future releases from this repository.
Thank you for your understanding and support.
Hi,
we used aws-nuke to cleanup an account and encountered a deletion problem.
When an LB has an active termination protection it cannot be removed by nuke:
eu-central-1 - ELBv2 - <name> - OperationNotPermitted: Load balancer 'arn:aws:elasticloadbalancing:eu-central-1:<accountid>:loadbalancer/app/<name>/<id>' cannot be deleted because deletion protection is enabled
IMHO nuke should remove the termination protection first and then issue the deletion request.
Is there a reason why nuke does not resolve this dependency?
Regards,
Andreas
The text was updated successfully, but these errors were encountered: