amazon web services - How can I configure AWS ELB to block certain IP addresses, e.g., to block scrapers? -
in web logs, see large number of requests originating same ip address. closer @ type of requests leads conclusion scraper. how block ip address of scraper in aws elb?
use aws console follows:
1. select aws service "vpc" see screenshot
2. select in left menu "network acls"
3. select vpc in elb running, click "inbound rules", click "edit", , supply rules deny specific ip addresses. give them lower "rule#" "allow 0.0.0.0/0 rule, executed first. see screenshot
Comments
Post a Comment