Direkt zum Inhalt

How to work around AWS WAF's number of rate-based rules per rule group quota?

0

I'm trying to create rule groups in AWS WAF, but I'm running into an issue with rate limiting rules. Whenever I try to add more than 4 rate-based rules to a single group, I get the following error:

WAFLimitsExceededException: AWS WAF couldn’t perform the operation because you exceeded your resource limit NUM_RATEBASED_STATEMENT_IN_RULE_GROUP

Is there any way to work around this so I can keep similar rules grouped together?

1 Antwort
2
Akzeptierte Antwort

There's currently a quota of 4 rate-based rules per rule group. You can find this information in the official documentation: https://docs.aws.amazon.com/waf/latest/developerguide/limits.html

As a workaround, you'll need to create multiple rule groups and distribute your rate limiting rules across them. You can still group rules with similar characteristics together, even if they're not all in the same rule group.

AWS
beantwortet vor einem Jahr
EXPERTE
überprüft vor einem Jahr
EXPERTE
überprüft vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.