gpt4 book ai didi

amazon-web-services - 无法在区域/可用区中创建 EBS

转载 作者:行者123 更新时间:2023-12-03 22:41:09 31 4
gpt4 key购买 nike

尝试将 EBS 块存储创建为:

aws ec2 create-volume --region us-west-1 --availability-zone us-west-2a --size 5 --volume-type gp2

但这给出了一个错误:
A client error (InvalidZone.NotFound) occurred when calling the CreateVolume operation: The zone 'us-west-2a' does not exist.

看了 Invalid Availability Zone when creating Instance但没有帮助。

有什么线索吗?

最佳答案

在您正在执行的命令中指定区域 --region us-west-1并在 --availability-zone us-west-2a 中创建卷.这就是它失败的原因。改用此命令,它将起作用。

aws ec2 create-volume --region us-west-2 --availability-zone us-west-2a --size 5 --volume-type gp2

关于amazon-web-services - 无法在区域/可用区中创建 EBS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38662775/

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