Amazon VPC Availability

一世执手 提交于 2019-12-12 04:42:41

问题


We are trying to expand our reliability setup using VPC in us-west-1. The 'a' and 'b' AZs work fine, but when I try to create subnets on 'c' it just fails with the message:

Value (us-west-1c) for parameter availabilityZone is invalid.
Subnets can currently only be created in the following availability zones:
    us-west-1b, us-west-1a.

Is this a transient failure or are there just only two VPC-enabled AZs in that region? If the latter, is there a list somewhere with how many AZs in each region are VPC-enabled?


回答1:


Each AWS account has own set of the AZ. Get list of the available AZ you can help with AWS cli tools:

aws ec2 describe-availability-zones

See details here: http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-availability-zones.html



来源:https://stackoverflow.com/questions/21619821/amazon-vpc-availability

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!