serkan haytac
Search... ⌘K
All tags

Posts tagged 'TIL'

1 post

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'

Read more