rebuy-de / aws-nuke

Nuke a whole AWS account and delete all its resources.
MIT License
5.74k stars 718 forks source link

A LOT of errors in the log #1003

Closed mgzenitech closed 1 day ago

mgzenitech commented 1 year ago

Logs attached. This is with root user access key and secret key. aws-nuke.filtered.log

Config is pretty simple:

regions:
- global
- us-east-2
- us-east-1
- us-west-1
- us-west-2
- af-south-1
- ap-east-1
- ap-south-1
- ap-northeast-3
- ap-northeast-2
- ap-southeast-1
- ap-southeast-2
- ap-northeast-1
- ca-central-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-south-1
- eu-west-3
- eu-north-1
- me-south-1
- sa-east-1
feature-flags:
  disable-deletion-protection:
    RDSInstance: true
    EC2Instance: true
    CloudformationStack: true
  force-delete-lightsail-addons: true
account-blocklist:
- 999999999999
accounts:
  xxxxxxxxxx:
    filters:
      ....
sstoops commented 1 year ago

FYI, your account number is exposed in your log, if that's important to you.

Other than that, I don't see any reason you would be seeing issues with this config. Could you provide your commands, obviously with keys/secrets redacted?

ekristen commented 1 day ago

If this issue still persists, please open an issue here


Please see a 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.