Skip to content

Instantly share code, notes, and snippets.

@woods
Created June 12, 2017 14:01
Show Gist options
  • Save woods/a5716e06265cb23e6072a9969299f99b to your computer and use it in GitHub Desktop.
Save woods/a5716e06265cb23e6072a9969299f99b to your computer and use it in GitHub Desktop.
Get IP ranges of AWS Route53 health checkers
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