turbot/aws_insights

Query: efs_file_system_size_in_bytes

Usage

powerpipe query aws_insights.query.efs_file_system_size_in_bytes

Steampipe Tables

SQL

select
size_in_bytes ->> 'Value' as "Total Size",
size_in_bytes ->> 'ValueInStandard' as "Size in Standard / One Zone",
size_in_bytes ->> 'ValueInIA' as "Size in Standard-IA / One Zone-IA"
from
aws_efs_file_system
where
arn = $1;

Dashboards

The query is used in the dashboards: