ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend

Traffic Management: Filter unwanted bot traffic

オープン
#1,091 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

infrastructure
主要言語
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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

ファイル、テスト、エントリーポイントは指定されていません。まずリポジトリの ALB とデプロイの設定を見つけ、次に、不要なトラフィックやボットトラフィックがアプリケーションインスタンスに到達する前にどのように識別され、制限されているかを確認してください。ALB が対象のトラフィックをフィルタリングし、それが原因で誤検知によるダウンタイムアラートが発生しなくなれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
aws
領域
infrastructure, security
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
38/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。