Skip to main content

How to Find Untagged Resources

Resource tags are an essential tool in finding and tracking an organization's cloud resources, but tags are only useful if applied consistently.

Prerequisites​

This guide assumes that you have already installed and configured Fix Inventory to collect your cloud resources.

Directions​

Execute the following search in Fix Inventory Shell to find all instances and volumes that are not tagged with both owner and expiration within 2 hours of creation:

> search is(instance,volume) and age > 2h and (tags.owner = null or tags.expiration = null)

Further Reading​