turbot/aws_insights

Query: efs_file_system_by_region

Usage

powerpipe query aws_insights.query.efs_file_system_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*)
from
aws_efs_file_system
group by
region
order by
region;

Dashboards

The query is used in the dashboards: