// 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-06-14 03:22:16 # 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 02: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.194.188/32; allow 3.81.253.151/32; allow 3.81.253.213/32; allow 3.82.29.30/32; allow 3.82.67.224/32; allow 3.82.90.168/32; allow 3.82.135.179/32; allow 3.83.75.212/32; allow 3.84.64.201/32; allow 3.85.141.163/32; allow 3.85.182.19/32; allow 3.86.137.101/32; allow 3.87.104.37/32; allow 3.88.92.27/32; allow 3.89.14.22/32; … (2045 more lines)
// nginx_amazonbot_deny.conf
# Amazonbot IP Ranges # Updated: 2026-06-14 03:22:16 # 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 02: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.194.188/32; deny 3.81.253.151/32; deny 3.81.253.213/32; deny 3.82.29.30/32; deny 3.82.67.224/32; deny 3.82.90.168/32; deny 3.82.135.179/32; deny 3.83.75.212/32; deny 3.84.64.201/32; deny 3.85.141.163/32; deny 3.85.182.19/32; deny 3.86.137.101/32; deny 3.87.104.37/32; deny 3.88.92.27/32; deny 3.89.14.22/32; … (2045 more lines)