【发布时间】:2014-10-05 22:35:09
【问题描述】:
我想删除一个 AMI 以及与之关联的所有快照。根据文档:
deregister_image(image_id, delete_snapshot=True)
Unregister an AMI.
Parameters:
image_id (string) – the ID of the Image to unregister
delete_snapshot (bool) – Set to True if we should delete the snapshot associated with an EBS volume mounted at /dev/sda1
这是否意味着这只会删除根 EBS 卷的快照?其他 EBS 卷的快照呢?如何删除它们?
还是我完全错误地理解了快照的概念?所有 EBS 支持的设备是否只有一个快照?
【问题讨论】:
标签: python amazon-ec2 boto