turbot/aws_compliance

Query: vpc_network_acl_unused

Usage

powerpipe query aws_compliance.query.vpc_network_acl_unused

Steampipe Tables

SQL

select
network_acl_id as resource,
case
when jsonb_array_length(associations) >= 1 then 'ok'
else 'alarm'
end status,
case
when jsonb_array_length(associations) >= 1 then title || ' associated with subnet.'
else title || ' not associated with subnet.'
end reason,
region,
account_id
from
aws_vpc_network_acl;

Controls

The query is being used by the following controls: