gpt4 book ai didi

python - Boto分配弹性IP

转载 作者:行者123 更新时间:2023-12-01 04:35:13 24 4
gpt4 key购买 nike

我找不到如何使用 Boto 分配弹性 IP。我找到了如何将其分配给实例,但没有找到 IP 本身的分配。

你能告诉我该怎么做吗?谢谢

最佳答案

在 boto 中你会使用:

import boto.ec2
ec2 = boto.ec2.connect_to_region('us-west-2') # or region of choice
eip = ec2.allocate_address()
print(eip.public_ip)

关于python - Boto分配弹性IP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31816072/

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