标签: amazon-web-services go
我有一个快照ID,想知道是否有任何方法可以获得快照来自的卷ID。
答案 0 :(得分:1)
使用DescribeSnapshots API调用。以下是使用AWS Command-Line Interface (CLI):
DescribeSnapshots
$ aws ec2 describe-snapshots --snapshot-ids snap-5caa7fb4 --query 'Snapshots[*].VolumeId' --output text vol-bd9b80c5