Depending on your motivation, there probably isn't a 100% way to do this.
If you're using the classic AWS provider, it'll use Terraform, which doesn't know about every resource type.
I'd suggest a robust set of default Tags applied by Pulumi, and then either use Orgs Tag Policies, or simple Billing reports to call out unmanaged resources.
aws-nuke
is also a great tool to cull mismanaged resources.
👍 1
a
astonishing-van-50891
08/14/2023, 11:32 AM
Thank you Baz, the default tag seems to be a good start point. I’ll look into