// AMAZONBOT / NGINX
Amazonbot · Nginx
Nginx allow/deny config for Amazonbot. Drop into your server block or http context. 2,059 CIDRs, refreshed daily.
// nginx_amazonbot_allow.conf
# Amazonbot IP Ranges # Updated: 2026-05-15 03:20:33 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 00:00 UTC # To restrict access to only these IPs in nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_amazonbot_allow.conf; allow 3.81.253.213/32; allow 3.89.170.186/32; allow 3.89.176.255/32; allow 3.90.73.206/32; allow 3.91.138.117/32; allow 3.92.253.216/32; allow 3.93.98.99/32; allow 3.93.211.16/32; allow 3.93.253.174/32; allow 3.94.40.182/32; allow 3.94.46.239/32; allow 3.94.156.104/32; allow 3.94.157.25/32; allow 3.94.199.128/32; allow 3.208.47.73/32; … (2045 more lines)
// nginx_amazonbot_deny.conf
# Amazonbot IP Ranges # Updated: 2026-05-15 03:20:33 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 00:00 UTC # To deny access from these IPs in nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_amazonbot_deny.conf; deny 3.81.253.213/32; deny 3.89.170.186/32; deny 3.89.176.255/32; deny 3.90.73.206/32; deny 3.91.138.117/32; deny 3.92.253.216/32; deny 3.93.98.99/32; deny 3.93.211.16/32; deny 3.93.253.174/32; deny 3.94.40.182/32; deny 3.94.46.239/32; deny 3.94.156.104/32; deny 3.94.157.25/32; deny 3.94.199.128/32; deny 3.208.47.73/32; … (2045 more lines)