Difference between revisions of "Amazon GuardDuty for EKS"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* https://www.eksworkshop.com/docs/security/guardduty/ | * https://www.eksworkshop.com/docs/security/guardduty/ | ||
+ | * [[aws-guardduty-agent EKS addon]] | ||
+ | [[aws guardduty create-detector]] --enable --features '[{"Name" : "[[EKS_AUDIT_LOGS]]", "Status" : "ENABLED"}, {"Name" : "[[EKS_RUNTIME_MONITORING]]", "Status" : "ENABLED", "AdditionalConfiguration" : [{"Name" : "[[EKS_ADDON_MANAGEMENT]]", "Status" : "ENABLED"}]}]' | ||
− | {{GuardDuty}} | + | resource "aws_eks_addon" aws-guardduty-agent { |
+ | cluster_name = module.eks.cluster_name | ||
+ | addon_name = "[[aws-guardduty-agent]]" | ||
+ | tags = { | ||
+ | "eks_addon" = "aws-guardduty-agent" | ||
+ | "terraform" = "true" | ||
+ | } | ||
+ | } | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws eks]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{aws guardduty}} | ||
+ | * {{GuardDuty}} | ||
+ | |||
+ | |||
+ | [[Category:EKS]] |
Latest revision as of 08:49, 19 June 2024
aws guardduty create-detector --enable --features '[{"Name" : "EKS_AUDIT_LOGS", "Status" : "ENABLED"}, {"Name" : "EKS_RUNTIME_MONITORING", "Status" : "ENABLED", "AdditionalConfiguration" : [{"Name" : "EKS_ADDON_MANAGEMENT", "Status" : "ENABLED"}]}]'
resource "aws_eks_addon" aws-guardduty-agent { cluster_name = module.eks.cluster_name addon_name = "aws-guardduty-agent" tags = { "eks_addon" = "aws-guardduty-agent" "terraform" = "true" } }
Related[edit]
See also[edit]
Advertising: