ekristen / aws-nuke

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

Wrong identificaion? #403

Open YuriGal opened 3 weeks ago

YuriGal commented 3 weeks ago

I've created following resources

When the nuke runs - I see following output:

us-west-2 - RDSDBCluster - nuke-database - would remove
us-west-2 - RDSDBCluster - nuke-neptune - would remove
us-west-2 - NeptuneCluster - nuke-database - would remove
us-west-2 - NeptuneCluster - nuke-neptune - would remove
us-west-2 - RDSInstance - nuke-database-instance-1 - would remove
us-west-2 - RDSInstance - nuke-neptune-instance-1 - would remove
us-west-2 - NeptuneInstance - nuke-neptune-instance-1 - would remove

Looks like it's listing RDS resources as Neptune resources as well. Is it supposed to do this?

ekristen commented 3 weeks ago

Looks like I fixed https://github.com/ekristen/aws-nuke/issues/301 but not the other way around ...

What version are you running? Neptune shouldn't show RDS instances anymore, not sure about NeptuneCluster, will have to look into that one.

YuriGal commented 3 weeks ago

Just got the latest one 3.29.1

ekristen commented 3 weeks ago

Ok. Looks like Neptune instance is good, need to do filtering on cluster and RDS instance.