-
While migrating from rebuy-de/aws-nuke to libnuke in https://github.com/fluxcd/test-infra/pull/39, aws-nuke failed to delete EKSCluster. There were multiple errors. Some of them related to removing ro…
-
## Overview
This is going to be a HUGE lift, however libnuke has already eased it a bit by providing context passing.
AWS SDK v1 is EOL June 31, 2025. We need to be swapped to AWS SDK v2 by then…
-
## Original Post
> In current state when you use a `dateOlderThan` filter, it'll return an error if it comes across a resource/field that it cannot parse as a date, and will prevent `aws-nuke` from…
-
aws-nuke run
```console
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSE…
-
> I'm very happy to see this issue already exists, as I was disappointed to see that there are quite a lot of resource types where tags are not fetched. By my very rough count (grep'ing for `tag` in t…
-
On 3.28.0 aws-nuke failed with the error
`time="2024-10-18T10:03:06Z" level=fatal msg="*resources.CloudWatchEventsTarget does not support custom properties"`
and on 3.29.0 aws-nuke failed with the…
-
Rather than rely on string parsing such as this tool [oijkn/aws-nuke-exporter](https://github.com/oijkn/aws-nuke-exporter), `aws-nuke` could have an option to output structured logs (`--output` or `--…
-
This is fixed by adding `{}` after the account number colon.
```
❯ cat ~/.config/aws-nuke/nuke-config.yaml
regions:
- us-east-2
blocklist:
- "999999999999" # A blocklist is required, bu…
-
looks exactly the same as this issue https://github.com/rebuy-de/aws-nuke/issues/1134. but it strange because it apears to be solved in https://github.com/ekristen/aws-nuke/pull/15
my error:
```
…
-
libnuke expects in the slice to a find a Key and Value https://github.com/ekristen/libnuke/blob/fb9a96a26cf685ee3bc36e17fee3d77bd3a7d2d2/pkg/types/properties.go#L270-L271
But the Customer KMS Key p…