I am new to AWS WAF, we have use case where we need to block certain amount of IPs within a 1min time window ?
in breif : IP address/addresses block for 10 minutes if we are getting more than 20 Requests per minute. As per the current architecture , none of API GATEWAY/LAMBDA are used. It just a simple system and ALB being attached to the WEB Acl.so is there a way to implement required solution , can someone assist me?
i tried to implement custom json rule, but it didnt work too.