/cloud-provider-ip-ranges

Calculates statistics about the number of ipv4 addresses and the number of cidr ranges AWS has reserved

Primary LanguageJavaScript

Cloud Provider IP Ranges

Calculates statistics about the number of ipv4 addresses and the number of cidr ranges that Cloud Providers have reserved. The data is based on the information from the following pages:

To run the analysis run the following commands from the root of this repository:

curl https://ip-ranges.amazonaws.com/ip-ranges.json -o ip-ranges-aws.json
curl https://www.gstatic.com/ipranges/cloud.json -o ip-ranges-gcp.json
node ip-range-count.js

Created by Simon Karman