Skip to content

Instantly share code, notes, and snippets.

@tnir
Created January 25, 2018 02:13
Show Gist options
  • Save tnir/c54bf97ed93b5c6ccf714bc3958f47f3 to your computer and use it in GitHub Desktop.
Save tnir/c54bf97ed93b5c6ccf714bc3958f47f3 to your computer and use it in GitHub Desktop.
AWS ap-northeast-1に4個のAZがあることを確認する (ap-northeast-1dができた) ref: https://qiita.com/tnir/items/7ac06bf5f3974477e09f
$ aws ec2 describe-availability-zones --output text
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1a
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1c
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1d
$ aws ec2 describe-availability-zones --output text
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1a
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1b
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1c
AVAILABILITYZONES ap-northeast-1 available ap-northeast-1d
$ aws ec2 describe-availability-zones --output text
Could not connect to the endpoint URL: "https://ec2.ap-norheast-1.amazonaws.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment