Why eks cluster doesn't have corresponding logs in CloudWatch

6/3/2019

Control plane logging for EKS + CloudWatch is relatively new. I see this in my EKS account:

enter image description here

but when I click the link at the bottom to go to CloudWatch there are no logs for this cluster, it's not listed here:

enter image description here

-- Alexander Mills
amazon-cloudwatch
amazon-web-services
eks
kubernetes

1 Answer

6/6/2019

I would suggest you to disable it in the Amazon console for now, and enable again with the AWS CLI, and then monitor the status of your log configuration update with the procedure described in official documentation here.
This should give you in theory some meaningful information about the status of EKS logging integration with CloudWatch.

-- Nepomucen
Source: StackOverflow