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

cn-northwest-1 availability zones #1052

Merged
merged 1 commit into from
Jul 26, 2019
Merged

cn-northwest-1 availability zones #1052

merged 1 commit into from
Jul 26, 2019

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Jul 26, 2019

similar to #1021

export AWS_DEFAULT_REGION=cn-north-1
aws ec2 describe-regions | pcregrep -o1 '"RegionName": "(.*)"' | xargs -L1 bash -c 'aws ec2 describe-availability-zones --region $0 | grep "ZoneName"' | grep "cn-"

            "ZoneName": "cn-north-1a",
            "ZoneName": "cn-north-1b",
            "ZoneName": "cn-northwest-1a",
            "ZoneName": "cn-northwest-1b",
            "ZoneName": "cn-northwest-1c",

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

export AWS_DEFAULT_REGION=cn-north-1
aws ec2 describe-regions | pcregrep -o1 '"RegionName": "(.*)"' | xargs -L1 bash -c 'aws ec2 describe-availability-zones --region $0 | grep "ZoneName"' | grep "cn-north"
@codecov
Copy link

codecov bot commented Jul 26, 2019

Codecov Report

Merging #1052 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1052   +/-   ##
=======================================
  Coverage   86.89%   86.89%           
=======================================
  Files         133      133           
  Lines        7892     7892           
  Branches     1947     1947           
=======================================
  Hits         6858     6858           
  Misses        640      640           
  Partials      394      394
Impacted Files Coverage Δ
src/cfnlint/helpers.py 85.03% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de4b5a2...27d9bcc. Read the comment docs.

@kddejong kddejong merged commit 5fb676c into aws-cloudformation:master Jul 26, 2019
@PatMyron PatMyron deleted the patch-2 branch July 26, 2019 20:25
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.

2 participants