how does <https://osquery.io/schema/4.8.0#ec2_inst...
# general
z
how does https://osquery.io/schema/4.8.0#ec2_instance_tags work? I'm currently on an instance, running
select * from ec2_instance_tags;
and it returns nothing.
t
My understanding is that it should work as expected without needing configuration. But I also remember conversation about inconsistent data being reported.
Let me look into recent code changes.
This change is recent and not included in 4.8.0, perhaps it is part of the fix? https://github.com/osquery/osquery/pull/7084/files
z
it appears that my issue was needed to have
DescribeTags
permission.