Remediation
Enable EKS Audit Log Monitoringβ
From Command Lineβ
Enable EKS Audit Log Monitoring for a specific GuardDuty detector using the following command:
aws guardduty update-detector \
--detector-id {{detector-id}} \
--region {{region}} \
--data-sources "Kubernetes={AuditLogs={Enable=true}}"