turbot/aws_insights

Query: network_interface_id

Usage

powerpipe query aws_insights.query.network_interface_id

SQL

select
title as label,
network_interface_id as value,
json_build_object(
'type',
interface_type,
'account_id',
account_id,
'region',
region
) as tags
from
aws_ec2_network_interface
order by
title;

Dashboards

The query is used in the dashboards: