Skip to content

Commit 8d9fbc1

Browse files
rjjaegerawsrycerrathickeydh-awsBrian969ejahnke
authored
(enhancement): Add GuardDuty Kubernetes Protection (#1058)
* add frequency for GuardDuty * update sample config files with new config option * add guardduty eks support * fix for issue with ALB forwarder when no HOSTS defined (#1019) * Decreasing max concurrency limit to 10 (#1062) * (Fix): SM jitter (#1050) * exponential backoff fix * exponential backoff fix * Fixed backoff for lambdas * added backoff in other location * fixed lambda timeouts and added timeout aspect * fixed typo * tweak default max jitter delay to 2s from 5s Co-authored-by: hickeydh-aws <hickeydh@amazon.com> Co-authored-by: Brian969 <56414362+Brian969@users.noreply.github.com> * (docs): Eb faq doc update (#1055) * added Elastic Beanstalk entry to FAQ * Update index.md Co-authored-by: Jahnke <ejahnke@909c4acec9cf.ant.amazon.com> * (addon): OpenSearch SIEM added CW Alarms (#1056) * added CW Alarms * fix typo Co-authored-by: Brian969 <56414362+Brian969@users.noreply.github.com> * (enhancement): Frequency for updated findings for GuardDuty (#1057) * add frequency for GuardDuty * update sample config files with new config option * add guardduty eks support Co-authored-by: rycerrat <42330513+rycerrat@users.noreply.github.com> Co-authored-by: hickeydh-aws <88673813+hickeydh-aws@users.noreply.github.com> Co-authored-by: hickeydh-aws <hickeydh@amazon.com> Co-authored-by: Brian969 <56414362+Brian969@users.noreply.github.com> Co-authored-by: Elden Jahnke <94935251+ejahnke@users.noreply.github.com> Co-authored-by: Jahnke <ejahnke@909c4acec9cf.ant.amazon.com>
1 parent b8de577 commit 8d9fbc1

File tree

17 files changed

+364
-53
lines changed

17 files changed

+364
-53
lines changed

pnpm-lock.yaml

Lines changed: 269 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-artifacts/SAMPLE_CONFIGS/config.example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"guardduty-excl-regions": [],
6262
"guardduty-s3": true,
6363
"guardduty-s3-excl-regions": [],
64+
"guardduty-eks": true,
65+
"guardduty-eks-excl-regions": [],
6466
"guardduty-frequency": "FIFTEEN_MINUTES",
6567
"cwl": true,
6668
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.lite-CTNFW-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"guardduty-excl-regions": [],
7575
"guardduty-s3": true,
7676
"guardduty-s3-excl-regions": [],
77+
"guardduty-eks": true,
78+
"guardduty-eks-excl-regions": [],
7779
"guardduty-frequency": "FIFTEEN_MINUTES",
7880
"cwl": true,
7981
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.lite-GWLB-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"guardduty-excl-regions": [],
6262
"guardduty-s3": true,
6363
"guardduty-s3-excl-regions": [],
64+
"guardduty-eks": true,
65+
"guardduty-eks-excl-regions": [],
6466
"guardduty-frequency": "FIFTEEN_MINUTES",
6567
"cwl": true,
6668
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.lite-NFW-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"guardduty-excl-regions": [],
5757
"guardduty-s3": true,
5858
"guardduty-s3-excl-regions": [],
59+
"guardduty-eks": true,
60+
"guardduty-eks-excl-regions": [],
5961
"guardduty-frequency": "FIFTEEN_MINUTES",
6062
"cwl": true,
6163
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.lite-VPN-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"guardduty-excl-regions": [],
6262
"guardduty-s3": true,
6363
"guardduty-s3-excl-regions": [],
64+
"guardduty-eks": true,
65+
"guardduty-eks-excl-regions": [],
6466
"guardduty-frequency": "FIFTEEN_MINUTES",
6567
"cwl": true,
6668
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.multi-region-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"guardduty-excl-regions": [],
6262
"guardduty-s3": true,
6363
"guardduty-s3-excl-regions": [],
64+
"guardduty-eks": true,
65+
"guardduty-eks-excl-regions": [],
6466
"guardduty-frequency": "FIFTEEN_MINUTES",
6567
"cwl": true,
6668
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.test-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
"guardduty-excl-regions": [],
7474
"guardduty-s3": true,
7575
"guardduty-s3-excl-regions": [],
76+
"guardduty-eks": true,
77+
"guardduty-eks-excl-regions": [],
7678
"guardduty-frequency": "FIFTEEN_MINUTES",
7779
"cwl": true,
7880
"access-analyzer": true,

reference-artifacts/SAMPLE_CONFIGS/config.ultralite-CT-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"guardduty-excl-regions": [],
3838
"guardduty-s3": true,
3939
"guardduty-s3-excl-regions": [],
40+
"guardduty-eks": true,
41+
"guardduty-eks-excl-regions": [],
4042
"guardduty-frequency": "FIFTEEN_MINUTES",
4143
"cwl": true,
4244
"cwl-access-level": "full",

reference-artifacts/SAMPLE_CONFIGS/config.ultralite-example.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"guardduty-excl-regions": [],
3636
"guardduty-s3": true,
3737
"guardduty-s3-excl-regions": [],
38+
"guardduty-eks": true,
39+
"guardduty-eks-excl-regions": [],
3840
"guardduty-frequency": "FIFTEEN_MINUTES",
3941
"cwl": true,
4042
"cwl-access-level": "full",

0 commit comments

Comments
 (0)