turbot/aws_insights

Query: efs_file_system_by_performance_mode

Usage

powerpipe query aws_insights.query.efs_file_system_by_performance_mode

Steampipe Tables

SQL

select
performance_mode as "Performance Mode",
count(performance_mode)
from
aws_efs_file_system
group by
performance_mode
order by
performance_mode;

Dashboards

The query is used in the dashboards: