turbot/steampipe-mod-aws-insights

Query: ebs_snapshot_inventory_table

Usage

powerpipe query aws_insights.query.ebs_snapshot_inventory_table

SQL

select
s.snapshot_id as "Snapshot ID",
s.start_time as "Start Time",
s.volume_id as "Volume ID",
s.volume_size as "Size (GB)",
s.state as "State",
s.progress as "Progress",
s.encrypted as "Encrypted",
s.kms_key_id as "KMS Key ID",
s.description as "Description",
s.tags as "Tags",
s.arn as "ARN",
s.account_id as "Account ID",
a.title as "Account",
s.region as "Region"
from
aws_ebs_snapshot as s
left join aws_account as a on s.account_id = a.account_id
order by
s.snapshot_id;

Dashboards

The query is used in the dashboards: