Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的网络日志中,我看到大量来自同一 IP 地址的请求。仔细查看请求的类型会得出结论,它是一个爬虫。如何在 AWS ELB 中阻止此爬虫的 IP 地址?
使用 AWS 控制台如下: 1. 选择 AWS 服务“VPC” 见截图 2. 在左侧菜单中选择“网络 ACLs” 3. 选择运行 ELB 的 VPC,点击“入站规则”,点击“编辑” ,并提供拒绝特定 IP 地址的规则。给他们一个低于“允许 0.0.0.0/0 规则”的“规则#”,以便他们首先执行。 见截图