Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ca-central-1d availability zone #1447

Merged
merged 1 commit into from
Mar 27, 2020
Merged

ca-central-1d availability zone #1447

merged 1 commit into from
Mar 27, 2020

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Mar 27, 2020

https://aws.amazon.com/blogs/aws/now-open-third-availability-zone-in-the-aws-canada-central-region/

aws ec2 describe-regions | pcregrep -o1 '"RegionName": "(.*)"' | xargs -L1 bash -c 'aws ec2 describe-availability-zones --region $0 | grep "ZoneName"'
            "ZoneName": "eu-north-1a",
            "ZoneName": "eu-north-1b",
            "ZoneName": "eu-north-1c",
            "ZoneName": "ap-south-1a",
            "ZoneName": "ap-south-1b",
            "ZoneName": "ap-south-1c",
            "ZoneName": "eu-west-3a",
            "ZoneName": "eu-west-3b",
            "ZoneName": "eu-west-3c",
            "ZoneName": "eu-west-2a",
            "ZoneName": "eu-west-2b",
            "ZoneName": "eu-west-2c",
            "ZoneName": "eu-west-1a",
            "ZoneName": "eu-west-1b",
            "ZoneName": "eu-west-1c",
            "ZoneName": "ap-northeast-3a",
            "ZoneName": "ap-northeast-2a",
            "ZoneName": "ap-northeast-2b",
            "ZoneName": "ap-northeast-2c",
            "ZoneName": "ap-northeast-1a",
            "ZoneName": "ap-northeast-1c",
            "ZoneName": "ap-northeast-1d",
            "ZoneName": "sa-east-1a",
            "ZoneName": "sa-east-1b",
            "ZoneName": "sa-east-1c",
            "ZoneName": "ca-central-1a",
            "ZoneName": "ca-central-1b",
            "ZoneName": "ca-central-1d",
            "ZoneName": "ap-southeast-1a",
            "ZoneName": "ap-southeast-1b",
            "ZoneName": "ap-southeast-1c",
            "ZoneName": "ap-southeast-2a",
            "ZoneName": "ap-southeast-2b",
            "ZoneName": "ap-southeast-2c",
            "ZoneName": "eu-central-1a",
            "ZoneName": "eu-central-1b",
            "ZoneName": "eu-central-1c",
            "ZoneName": "us-east-1a",
            "ZoneName": "us-east-1b",
            "ZoneName": "us-east-1c",
            "ZoneName": "us-east-1d",
            "ZoneName": "us-east-1e",
            "ZoneName": "us-east-1f",
            "ZoneName": "us-east-2a",
            "ZoneName": "us-east-2b",
            "ZoneName": "us-east-2c",
            "ZoneName": "us-west-1a",
            "ZoneName": "us-west-1c",
            "ZoneName": "us-west-2a",
            "ZoneName": "us-west-2b",
            "ZoneName": "us-west-2c",
            "ZoneName": "us-west-2d",

similar to previous #1241, #1070, #1052, #1021

aws ec2 describe-regions | pcregrep -o1 '"RegionName": "(.*)"' | xargs -L1 bash -c 'aws ec2 describe-availability-zones --region $0 | grep "ZoneName"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant