turbot/aws_insights

Query: efs_file_system_by_throughput_mode

Usage

powerpipe query aws_insights.query.efs_file_system_by_throughput_mode

Steampipe Tables

SQL

select
throughput_mode as "Throughput Mode",
count(throughput_mode)
from
aws_efs_file_system
group by
throughput_mode
order by
throughput_mode;

Dashboards

The query is used in the dashboards: