Cloud IP Ranges

When setting up cloud infrastructure security, you often need to whitelist or restrict access to specific cloud providers. Each major cloud provider publishes their IP ranges (CIDRs), but they're scattered across different formats and locations, making it challenging to maintain up-to-date firewall rules and security configurations.

This service aggregates IP ranges from 23 major cloud providers including AWS, Azure, Google Cloud, Cloudflare, and DigitalOcean, providing them in consistent formats (txt, csv, json). All data is automatically updated daily to ensure your security configurations stay current with the latest cloud infrastructure changes.

🚀 Perfect for DevOps & Security Teams

  • • Firewall Configuration: Automate whitelist rules for cloud services
  • • Network Security: Block or allow traffic from specific cloud providers
  • • API Integration: Use permalinks in scripts and automation tools
  • • Compliance: Maintain accurate records of cloud provider IP ranges
Provider Last change CIDRs Downloads
1,712 559 txt csv json
2 464 txt csv json
298,995 629 txt csv json
AWS logo AWS
10,193 528 txt csv json
54,437 554 txt csv json
953 474 txt csv json
22 553 txt csv json
1,184 491 txt csv json
21 512 txt csv json
6,388 545 txt csv json
1,951 549 txt csv json
850 540 txt csv json
88 487 txt csv json
709 539 txt csv json
4,691 497 txt csv json
95 483 txt csv json
2 411 txt csv json
37 429 txt csv json
987 520 txt csv json
TOR logo TOR
1,970 430 txt csv json
506 548 txt csv json
577 489 txt csv json
Cloud IP Ranges logo All
386,370 536 txt csv json

💡 Usage Tips

Automation Ready

All download links are permalinks - they always return the latest data, perfect for scripts and CI/CD pipelines.

Multiple Formats

Choose from TXT (simple lists), CSV (with metadata), or JSON (structured data) formats.

# Download AWS IPs and block them with iptables
wget -O aws_ips.txt https://cloud-ip-ranges.com/download/aws.txt
while read ip; do iptables -A INPUT -s $ip -j DROP; done < aws_ips.txt

Missing a cloud provider? Please let me know and I'll add it to the service.

This service is free because I believe in open access to cloud infrastructure data. If you find it valuable and want to support continued development, consider buying me a coffee!

Donate using Buy Me a Coffee Donate using Ko-fi

Frequently Asked Questions

How often are the IP ranges updated?

IP ranges are automatically updated daily by fetching the latest data directly from each cloud provider's official sources. Some providers update more frequently, and we capture those changes as they happen.

Which cloud providers are supported?

We currently support 23 major cloud providers including AWS, Microsoft Azure, Google Cloud, Cloudflare, DigitalOcean, Fastly, GitHub, Hetzner, IBM Cloud, Linode, Oracle Cloud, Vultr, and more. New providers are added regularly based on demand.

What formats are available for download?

Each provider's IP ranges are available in three formats: TXT (plain text list), CSV (with additional metadata like regions and tags), and JSON (structured data perfect for programmatic use).

Can I use these URLs in automated scripts?

Absolutely! All download URLs are permalinks that always return the latest data. They're perfect for use in scripts, CI/CD pipelines, firewall automation, and other automated systems. No API key required.

Is this service free to use?

Yes, this service is completely free for all users. There are no rate limits, API keys, or usage restrictions. For enterprise users requiring SLA guarantees or custom integrations, premium options are available.

How can I request a new cloud provider?

If there's a cloud provider you'd like to see added, please send me an email. I regularly evaluate new providers based on user requests and their official IP range publication methods.

Cheers big ears,
@kinduff