Remediation
From Command Lineβ
To enable control plane logging for your Amazon EKS cluster, update the logging configuration with the following command:
aws eks update-cluster-config \
--region {{region-code}} \
--name {{cluster-name}} \
--logging '{"clusterLogging":[{"types":["api","audit","authenticator","controllerManager","scheduler"],"enabled":true}]}'