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!

質問済み 8ヶ月前243ビュー
1回答
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
回答済み 7ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ