Skip to content

cnquery: find EC2 instances without owner tags #556

Closed Answered by arlimus
misterpantz asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on if you are looking for uppercase or lowercase owner:

aws.ec2.instances.where(tags['owner'] == null)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@misterpantz
Comment options

misterpantz Dec 6, 2022
Maintainer Author

Answer selected by misterpantz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants