-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breaking: update GuardDuty to support runtime monitoring #210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
breaking
This change is not backwards compatible
documentation
Improvements or additions to documentation
labels
Sep 24, 2024
Terraform Format and Style 🖌
|
marwinbaumannsbp
force-pushed
the
update-guardduty
branch
5 times, most recently
from
September 26, 2024 16:12
15f319d
to
a48dd68
Compare
marwinbaumannsbp
removed
the
documentation
Improvements or additions to documentation
label
Sep 26, 2024
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Sep 26, 2024
marwinbaumannsbp
force-pushed
the
update-guardduty
branch
3 times, most recently
from
September 26, 2024 16:43
52d85f6
to
a947cfb
Compare
marwinbaumannsbp
force-pushed
the
update-guardduty
branch
from
October 25, 2024 12:49
a947cfb
to
fa8b6ed
Compare
marwinbaumannsbp
force-pushed
the
update-guardduty
branch
2 times, most recently
from
October 25, 2024 16:55
64fe9a6
to
69e7801
Compare
marwinbaumannsbp
force-pushed
the
update-guardduty
branch
from
October 25, 2024 17:02
69e7801
to
82ad48c
Compare
jorrite
reviewed
Oct 28, 2024
jorrite
previously approved these changes
Oct 28, 2024
marwinbaumannsbp
force-pushed
the
update-guardduty
branch
from
October 28, 2024 09:29
36664a3
to
16242cf
Compare
jorrite
approved these changes
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
This change is not backwards compatible
documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
GuardDuty has consolidated EKS Runtime Monitoring into Runtime Monitoring. EKS Runtime Monitoring has been deprecated.
GuardDuty recommends Checking EKS Runtime Monitoring configuration status and to migrating from EKS Runtime Monitoring to Runtime Monitoring.
This PR refactors
EKS_RUNTIME_MONITORING
toRUNTIME_MONITORING
and additionally enables ECS and EC2 as well. Runtime monitoring for EKS can now be controlled via thevar.guardduty.runtime_monitoring_status.eks_addon_management_status
variable.Warning
Check the diagram! If you currently have EKS Runtime Monitoring enabled, you need to perform MANUAL steps after you have migrated to this version.
What steps do I need to take?
EKS Runtime Monitoring to Runtime Monitoring migration
Check out the steps in the upgrading file.