Skip to content

Instantly share code, notes, and snippets.

@daleki
Created February 4, 2015 04:15
Show Gist options
  • Save daleki/4a8059ad54f569844bc3 to your computer and use it in GitHub Desktop.
Save daleki/4a8059ad54f569844bc3 to your computer and use it in GitHub Desktop.
aws ec2 describe-network-interfaces | egrep "PrivateIpAddress.*10" | sed 's/[[:space:]]//g' | sed -E 's/"PrivateIpAddress":"|"$//g'| sort -u -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment