Created
June 12, 2017 14:01
-
-
Save woods/a5716e06265cb23e6072a9969299f99b to your computer and use it in GitHub Desktop.
Get IP ranges of AWS Route53 health checkers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s https://ip-ranges.amazonaws.com/ip-ranges.json \ | |
| jq '.prefixes | map(select(.service=="ROUTE53_HEALTHCHECKS")) | map(.ip_prefix)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment