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.
As documented in the README, aws-nuke refuses to run as soon as it detects the presence of the (substring) prod in the AWS account alias.
However, it is also not uncommon to use a string such as nonprod (!) in the alias for accounts that not in production use, and these are precisely the kinds of accounts one may want to use aws-nuke against, as they are used for experimentation.
Rather than be forced to fork the repo (to make a trivial change to remove the hard-coding), we are requesting that the user be allowed to specify a choice for this kind of safeguard.
This is currently an impediment to our intended use of aws-nuke
The text was updated successfully, but these errors were encountered:
We have the same issue that OP described. It's not possible to nuke nonprod accounts. Also all accounts that have productivity or producer in the name won't be nuked.
Unfortunately at the moment, prod is still hard-coded, but I believe there is likely room to discuss making a change here.
If you have a chance, please check it out and let us know if you run into an issues by opening an issue over on the fork.
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.
As documented in the README,
aws-nuke
refuses to run as soon as it detects the presence of the (substring)prod
in the AWS account alias.However, it is also not uncommon to use a string such as
nonprod
(!) in the alias for accounts that not in production use, and these are precisely the kinds of accounts one may want to useaws-nuke
against, as they are used for experimentation.Rather than be forced to fork the repo (to make a trivial change to remove the hard-coding), we are requesting that the user be allowed to specify a choice for this kind of safeguard.
This is currently an impediment to our intended use of
aws-nuke
The text was updated successfully, but these errors were encountered: