【发布时间】:2016-07-29 15:45:53
【问题描述】:
尝试将 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?
-
您的地区和地区不匹配。您要使用 us-west-1 还是 us-west-2?
-
尝试不使用
region并得到A client error (InvalidZone.NotFound) occurred when calling the CreateVolume operation: The zone 'us-west-2a' does not exist.
标签: amazon-web-services amazon-ec2 amazon