Anyone happen to have a script that will look for any resources on your aws account not linked to any cloudformation stack? Have quite a bit of stuff especially SQS queues I want to clean up but want to find what else it kept around
f
Frank
03/11/2022, 10:31 AM
Not sure if this helps. Assuming all CFN resources are all tagged, and the orphaned resources are not, you can use Tag Editor to list all untagged resources.
j
Jeff Hanna
03/11/2022, 3:11 PM
this is what I do, from what I can tell tags are being added to all my resources automatically
g
Garret Harp
03/11/2022, 3:12 PM
Wouldnt they still be tagged because they skipped deletion?
Garret Harp
03/11/2022, 3:53 PM
Hmm so just checked some resources it does remove the tags but others it doesn't
j
Jeff Hanna
03/11/2022, 8:51 PM
good to know, I was wondering how it was clearing them, but so far I’ve only seen it successfully clear them