turbot/aws_insights

Query: rds_db_instance_storage

Usage

powerpipe query aws_insights.query.rds_db_instance_storage

Steampipe Tables

SQL

select
storage_type as "Storage Type",
allocated_storage as "Allocated Storage",
max_allocated_storage as "Max Allocated Storage",
storage_encrypted as "Storage Encrypted"
from
aws_rds_db_instance
where
arn = $1;

Dashboards

The query is used in the dashboards: