turbot/aws_insights

Query: vpc_security_group_ingress_rules_count

Usage

powerpipe query aws_insights.query.vpc_security_group_ingress_rules_count

SQL

select
'Ingress Rules' as label,
count(*) as value
from
aws_vpc_security_group_rule
where
not is_egress
and group_id = $1

Dashboards

The query is used in the dashboards: