turbot/aws_insights

Query: efs_file_system_by_account

Usage

powerpipe query aws_insights.query.efs_file_system_by_account

SQL

select
a.title as "Account",
count(fs.*)
from
aws_efs_file_system as fs,
aws_account as a
where
a.account_id = fs.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: