gpt4 book ai didi

amazon-web-services - 如何验证在 boto3 中成功创建/附加的卷?

转载 作者:行者123 更新时间:2023-12-04 08:08:58 25 4
gpt4 key购买 nike

我正在使用 boto3 client.create_volumeclient.attach_volume API,但返回值是字典,key State字典内是 creating对于 create_volume 和 attaching对于 attach_volume。有没有办法检查卷是否在 boto3 中成功创建/附加?

最佳答案

幸运的是,boto3 有个概念叫服务员 那可以做的等着你!

见:EC2.Waiter.VolumeInUse

Polls EC2.Client.describe_volumes() every 15 seconds until a successful state is reached. An error is returned after 40 failed checks.



对于那些使用 ec2 客户端( ec2 = boto3.client('ec2') )的人,你可以这样做

ec2.get_waiter('volume_available').wait(VolumeIds=[new_volume['VolumeId']])

关于amazon-web-services - 如何验证在 boto3 中成功创建/附加的卷?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44807023/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com