【发布时间】:2020-06-26 00:10:55
【问题描述】:
我需要使用 boto3 将弹性 IP 地址与辅助私有 IPV4 地址相关联。
我研究了 AWS 文档以通过控制台或 CLI 方法进行操作。
但是,我需要使用 python boto3。
参考文档:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/MultipleIP.html#StepThreeEIP https://docs.aws.amazon.com/cli/latest/reference/ec2/associate-address.html
【问题讨论】:
标签: amazon-web-services amazon-ec2 boto3 boto