Jul 9, 2018 3 min read TIL -AWS has a nice api endpoint to get its ip ranges. >> curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.prefixes[] | select(.service=="EC2") | .ip_prefix' awstilTIL Read more