// AMAZONBOT / APACHE
Amazonbot · Apache
Apache httpd Require ip directives for Amazonbot. 2,059 CIDRs, refreshed daily.
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_amazonbot_allow.conf Require ip 3.81.194.188/32 Require ip 3.81.253.151/32 Require ip 3.81.253.213/32 Require ip 3.82.29.30/32 Require ip 3.82.67.224/32 Require ip 3.82.90.168/32 Require ip 3.82.135.179/32 Require ip 3.83.75.212/32 Require ip 3.84.64.201/32 Require ip 3.85.141.163/32 Require ip 3.85.182.19/32 Require ip 3.86.137.101/32 Require ip 3.87.104.37/32 Require ip 3.88.92.27/32 Require ip 3.89.14.22/32 … (2044 more lines)
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_amazonbot_deny.conf Deny from 3.81.194.188/32 Deny from 3.81.253.151/32 Deny from 3.81.253.213/32 Deny from 3.82.29.30/32 Deny from 3.82.67.224/32 Deny from 3.82.90.168/32 Deny from 3.82.135.179/32 Deny from 3.83.75.212/32 Deny from 3.84.64.201/32 Deny from 3.85.141.163/32 Deny from 3.85.182.19/32 Deny from 3.86.137.101/32 Deny from 3.87.104.37/32 Deny from 3.88.92.27/32 Deny from 3.89.14.22/32 … (2045 more lines)