Show HN: Cloud IP Ranges

by kinduffon 3/28/2025, 3:47 PMwith 8 comments

Cloud IP Ranges is a website I built that collects public IP data from different cloud providers, standardises the data, and make them available to download and use.

I built this because I've been developing some products where I don't want any traffic from cloud providers (to avoid scrapping and crawling, mainly).

The service is free to use and free to use!

Hope you all find it useful.

by jsheardon 3/28/2025, 3:54 PM

Nice, it is annoying how there's no standard format for this.

Here's another list you could pull in: https://support.bunny.net/hc/en-us/articles/115003578911-How...

by phillipseamoreon 3/28/2025, 3:58 PM

AWS only has 8499 IP's? Nope, that's CIDRs. I'd recommend either calling it CIDRs or having a total IP count in the table. Also given the size of the Apple list I'd guess that includes private relay which are in effect user IPs.

by everfrustratedon 3/28/2025, 5:42 PM

Forgive me but this has already existed for years via geo ip lookup databases. These companies already take the feeds provided from all the various hosting companies, amongst many other inputs.

As an example, taking an IP at random - https://ipinfo.io/4.145.74.161

You can see tags for "cloud" and "hosting".

by PranaFluxon 3/28/2025, 4:07 PM

Where are those list coming from? BGP data? ASN data? From feeds published by the orgs?

Seems there are some discrepancies. Nice website on Ruby <3