Skip to content

Instantly share code, notes, and snippets.

@rafaelgom3s
Created September 30, 2019 10:20
Show Gist options
  • Save rafaelgom3s/5c0fd24f091bfe53d7f422b57dac9a99 to your computer and use it in GitHub Desktop.
Save rafaelgom3s/5c0fd24f091bfe53d7f422b57dac9a99 to your computer and use it in GitHub Desktop.
AWS CloudFront Edge Servers IP Ranges
#!/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