Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Last active December 18, 2015 09:59
Show Gist options
  • Save hostmaster/2375a35cf19ab60b91a1 to your computer and use it in GitHub Desktop.
Save hostmaster/2375a35cf19ab60b91a1 to your computer and use it in GitHub Desktop.
Amazone IP adresses for EU west region $ curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | grep -B 1 -C1 -i 'eu-west' | grep -B2 -i 'ec2' | awk -F: '/ip_prefix/ { print $2 } ' | tr -d '",'
46.51.128.0/18
46.51.192.0/20
46.137.0.0/17
46.137.128.0/18
52.16.0.0/15
52.18.0.0/15
52.30.0.0/15
52.48.0.0/14
52.95.244.0/24
52.95.255.64/28
52.208.0.0/13
54.72.0.0/15
54.74.0.0/15
54.76.0.0/15
54.78.0.0/16
54.154.0.0/16
54.155.0.0/16
54.170.0.0/15
54.194.0.0/15
54.216.0.0/15
54.220.0.0/16
54.228.0.0/16
54.229.0.0/16
54.246.0.0/16
54.247.0.0/16
79.125.0.0/17
176.34.64.0/18
176.34.128.0/17
185.48.120.0/22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment