can you remove an blocked ip in aws WAF?

0

I am testing my api with some aws managed waf rules. for testing i've put rate limit such that if there are more than 100 request per 5 minutes, my ip gets blocked. after the testing , once i make more than 100 request in a 5 minute period , how do i unblock my IP. can i do it from console.

1 回答
0

You can list the IPs blocked by the rate limiting using the commands listed here: https://docs.aws.amazon.com/waf/latest/developerguide/listing-managed-ips.html

You can't delete IPs blocked by a rate limiting rule but they will be removed automatically once the rate from this IP drops below what you have specified in your rule.

When the rule action triggers, AWS WAF applies the action to additional requests from the IP address until the request rate falls below the limit. It can take a minute or two for the action change to go into effect. - https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-rate-based.html

rianbk
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则