gRPC Bidirectional Stream WAF ACL Support

0

Is it possible to define a WAF ACL rule to limit the number of requests per IP once a stream is established?

The goal is to prevent an established and authenticated stream from DOS'ing our servers by sending excessive messages over that stream.

Thanks!

demandé il y a 8 mois243 vues
1 réponse
0

To my knowledge AWS WAF can apply rules based on request attributes such as URI, headers, and query parameters, but it doesn't directly deal with limiting the number of requests per IP address once a stream is established.

For rate limiting or throttling based on the number of requests per IP once a stream is established, you might want to consider using AWS services like Amazon API Gateway or AWS lamdba in conjunction with AWS WAF.

AWS
répondu il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions