Commit 8d9fbc1
(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- reference-artifacts/SAMPLE_CONFIGS
- src
- deployments/cdk/src/deployments/guardduty
- lib
- config-i18n/src
- config/src
- custom-resources/cdk-guardduty-admin-setup
- cdk
- runtime
- src
17 files changed
+364
-53
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments