gpt4 book ai didi

amazon-web-services - 使用 cli 将 ami 复制到不同的区域

转载 作者:行者123 更新时间:2023-12-02 02:58:35 37 4
gpt4 key购买 nike

我正在尝试通过 AWS CLI 将 ami 从一个区域复制到另一个区域。

以下命令可以很好地将 ami 复制到相同区域:

aws ec2 copy-image --name ami-copy-test --source-image-id ami-123... --source-region us-east-1

但我正在尝试复制到一个不同区域,例如 us-east-2。


似乎没有 --destination-region 标志。文档页面: https://docs.aws.amazon.com/cli/latest/reference/ec2/copy-image.html状态:

You specify the destination Region by using its endpoint when making the request.

但这到底意味着什么?

最佳答案

你在正确的页面上,继续阅读

来自 https://docs.aws.amazon.com/cli/latest/reference/ec2/copy-image.html
...
此示例将指定的 AMI 从 us-east-1 区域 复制到 ap-northeast-1 区域。

命令:

aws ec2 copy-image --source-image-id ami-5731123e --source-region us-east-1 --region ap-northeast-1 --name "My server"

关于amazon-web-services - 使用 cli 将 ami 复制到不同的区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60524949/

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