I was wondering is it possible to check if a given...
# general
s
I was wondering is it possible to check if a given aws resource is externally managed from within code say before it and after a import
s
The simplest way is to make sure the resource is always tagged “managed_by”: then you can look for that tag. Or look for a naming convention or other tag which is placed by other managers