cloud-ip-ranges

Amazonbot IP ranges

Current IP ranges (CIDRs) used by the Amazonbot crawler, updated daily.

categoryAI Crawlers & Bots
websitehttps://developer.amazon.com/amazonbot
ranges1,292 (1,292 IPv4, 0 IPv6)
last change
downloads996
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/amazonbot.txt

Ranges

Sample of 25 of 1,292 ranges. Download the full list above, or check a specific IP.

CIDR Type
3.81.245.78/32 ipv4
3.81.253.213/32 ipv4
3.85.116.107/32 ipv4
3.86.129.126/32 ipv4
3.88.96.254/32 ipv4
3.88.245.236/32 ipv4
3.89.170.186/32 ipv4
3.89.176.255/32 ipv4
3.90.73.206/32 ipv4
3.91.138.117/32 ipv4
3.91.140.8/32 ipv4
3.92.37.4/32 ipv4
3.92.253.216/32 ipv4
3.93.98.99/32 ipv4
3.93.211.16/32 ipv4
3.93.222.50/32 ipv4
3.93.253.174/32 ipv4
3.94.40.182/32 ipv4
3.94.46.239/32 ipv4
3.94.75.111/32 ipv4
3.94.156.104/32 ipv4
3.94.157.25/32 ipv4
3.94.199.128/32 ipv4
3.208.33.245/32 ipv4
3.208.47.73/32 ipv4

Blocking Amazonbot

iptables

curl -sO https://cloud-ip-ranges.com/download/amazonbot.txt
while read ip; do
  iptables -A INPUT -s $ip -j DROP
  iptables -A OUTPUT -d $ip -j DROP
done < amazonbot.txt

ufw

curl -sO https://cloud-ip-ranges.com/download/amazonbot.txt
while read ip; do
  ufw deny from $ip
  ufw deny to $ip
done < amazonbot.txt

fail2ban

sudo tee /etc/fail2ban/filter.d/amazonbot-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF

sudo tee /etc/fail2ban/jail.d/amazonbot-block.conf << EOF
[amazonbot-block]
enabled = true
filter = amazonbot-block
action = iptables-allports[name=amazonbot]
logpath = /tmp/amazonbot.txt
findtime = 1
bantime = -1
maxretry = 1
EOF

curl -so /tmp/amazonbot.txt https://cloud-ip-ranges.com/download/amazonbot.txt
sudo systemctl restart fail2ban

pfSense / OPNsense

curl -sO https://cloud-ip-ranges.com/download/amazonbot.txt
# Firewall > Aliases: new alias AMAZONBOT_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=AMAZONBOT_BLOCK

About

These IP ranges are sourced from Amazonbot's official feed and are updated regularly. Use them to verify that requests claiming to be Amazonbot actually originate from it, or to rate-limit or block it at the network edge. To opt out of crawling entirely, prefer a robots.txt rule — blocking by IP can prevent the crawler from reading your robots.txt at all. Last update was about 20 hours ago.

Other providers

AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amzn-SearchBot, Amzn-User, Anthropic, AppleBot, Atlassian, AWS, Azure, Backblaze, Baidu, BinaryEdge, BingBot, Bunny, CacheFly, CCBot, Censys, ChatGPT-User, ClaudeBot, Cloudflare, Datadog, DigitalOcean, DuckDuckBot, Fastly, Gabia, G-Core, GitHub, Googlebot, Google Cloud, Google Public DNS, Google Services, GPTBot, Hetzner, Hostway, Huawei Cloud, IBM Cloud, iCloud Private Relay, Internet Archive, IVPN, Leaseweb, Linode, Meta, Microsoft 365, Mistral, Mullvad, NHN Cloud, NordVPN, OpenAI ChatGPT, OpenAI SearchBot, Oracle Cloud, OVHcloud, OVPN.com, PerplexityBot, Perplexity-User, Pingdom, Private Internet Access, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler