You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can happen if you have multiple elements in your waf_config or maybe during the initial creation of the sets at startup if you have more than 10k decisions (although i've never ran into this limit).
#15 should help reduce the amount of calls made to the UpdateIPSet API when sharing the same RuleGroup for multiple WebACLs.
We'll be looking into implementing rate limiting when calling AWS APIs to make sure we don't go over the quotas.
Regarding decisions I have only 50-100 (+ community blacklist where is like 26k IP addresses).
I use workaround what you suggested where in web-waf2 Im using crowdsec RuleGroup created in web-waf (manually added). This can cause that bouncer is using more API calls ?
Hello crowdsec team,
few times a day I get error:
AWS support told me there is hard limit to do 1 API call per second. Is it possible this is creating more calls per second ?
Thanks a lot
The text was updated successfully, but these errors were encountered: