turbot/aws_insights

Query: target_ebs_volumes_for_ebs_snapshot

Usage

powerpipe query aws_insights.query.target_ebs_volumes_for_ebs_snapshot

Steampipe Tables

SQL

select
v.arn as volume_arn
from
aws_ebs_volume as v
where
v.snapshot_id = $1;