Skip to content

Instantly share code, notes, and snippets.

@davdunc
Created October 28, 2020 04:16
Show Gist options
  • Save davdunc/b013de7b8c3533f8cf915b35da5740f2 to your computer and use it in GitHub Desktop.
Save davdunc/b013de7b8c3533f8cf915b35da5740f2 to your computer and use it in GitHub Desktop.
get the cloud-9 endpoints for us-east-2
wget -q -O - https://ip-ranges.amazonaws.com/ip-ranges.json | \
jq -Mr '.prefixes | unique_by(.ip_prefix) | .[] | select(.service=="CLOUD9") | select(.region=="us-east-2").ip_prefix'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment