turbot/aws_insights

Query: efs_file_system_performance_mode

Usage

powerpipe query aws_insights.query.efs_file_system_performance_mode

Steampipe Tables

SQL

select
'Performance Mode' as label,
performance_mode as value
from
aws_efs_file_system
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: