ec2-describe-availability-zones From Amazon Elastic Compute Cloud: 2008-08-08 previous page next page ec2-describe-availability-zonesSyntaxec2-describe-availability-zones [zone-name...] Description Describes availability zones that are currently available to the account and their states. Note Availability zones are not the same across accounts. The availability zone us-east-1a for account A is not necessarily the same as us-east-1a for account B. Zone assignments are mapped independently for each account. OptionsOptionDescriptionRequiredzone-nameName of an availability zone. Example: us-east-1a NoOutput Amazon EC2 returns a table that contains the following information: Output type identifier ("AVAILABILITYZONE")Availability zone nameState Amazon EC2 displays errors on stderr. ExampleThis example displays the availability zones that are available to the account.PROMPT> ec2-describe-availability-zones AVAILABILITYZONE us-east-1a available AVAILABILITYZONE us-east-1b available AVAILABILITYZONE us-east-1c availableRelated Topics ec2-run-instances previous page start next page