ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
32 stars 6 forks source link

Missing KMS alias - Alias pagination #205

Closed vinhltr closed 1 day ago

vinhltr commented 4 days ago

thanks for creating this fork, I've just found out about this today while trying to find ways to deal with existing bugs of the old nuke repo.

I'm having an issue with KMS alias. It does not seem to list all existing aliases (e.g missing redis, etc), even though my config does not filter them out. I suspect there are paginations on the list function that haven't been accounted for. There is an MR in the old repo which seems to try to tackle the problem, https://github.com/rebuy-de/aws-nuke/pull/1113/files

ekristen commented 1 day ago

Thanks for the report, I will take a look.

ekristen commented 1 day ago

:tada: This issue has been resolved in version 3.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: