cnquery: find EC2 instances without owner tags #556
-
Hi! 👋 I want to find all my AWS EC2 instances that don't have an |
Beta Was this translation helpful? Give feedback.
Answered by
arlimus
Dec 6, 2022
Replies: 1 comment 1 reply
-
Depending on if you are looking for uppercase or lowercase aws.ec2.instances.where(tags['owner'] == null) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
misterpantz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on if you are looking for uppercase or lowercase
owner
: