ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Traffic Management: Filter unwanted bot traffic
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 18
- フォーク
- 10
- 平均マージ
- 2日 20時間
- マージ済み PR(30日)
- 14
説明
Is your feature request related to a problem?
Currently, bot or unwanted traffic hitting the application can trigger false-positive downtime alerts, even when the application is healthy. This leads to unnecessary alerts and confusion.
Describe the solution you'd like
- Handle and restrict unwanted/bot traffic at the ALB layer instead of the application layer.
- Ensure the ALB identifies and filters bot or unwanted traffic before it reaches application instances.
Original issue
Problem
Currently, when a bot or unwanted traffic hits the application, it can trigger application downtime alerts even though the application itself is healthy and available.
This creates false-positive downtime alerts because the traffic is reaching the application layer instead of being handled before it reaches the application.
Proposed Solution
Handle and restrict unwanted/bot traffic at the ALB layer rather than inside the application.
The ALB should identify and filter/restrict bot or unwanted traffic before it reaches the application instances.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイル、テスト、エントリーポイントは指定されていません。まずリポジトリの ALB とデプロイの設定を見つけ、次に、不要なトラフィックやボットトラフィックがアプリケーションインスタンスに到達する前にどのように識別され、制限されているかを確認してください。ALB が対象のトラフィックをフィルタリングし、それが原因で誤検知によるダウンタイムアラートが発生しなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws
- 領域
- infrastructure, security
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100