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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠