Created
September 30, 2019 10:20
-
-
Save rafaelgom3s/5c0fd24f091bfe53d7f422b57dac9a99 to your computer and use it in GitHub Desktop.
AWS CloudFront Edge Servers IP Ranges
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
#!/usr/bin/env bash | |
curl https://ip-ranges.amazonaws.com/ip-ranges.json | jq '.prefixes | .[] | select(.service == "CLOUDFRONT") | .ip_prefix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment