Ensure EKS cluster version is up-to-date
Ensure EKS cluster version is not lower than 1.25
Risk Level: Informational
Cloud Entity: EKS Cluster
CloudGuard Rule ID: D9.AWS.OPE.25
Covered by Spectral: No
Category: Compute
GSL LOGIC
EksCluster should have version split('.') getValue(1) >= 25
REMEDIATION
From Portal
- Login to AWS Console
- Navigate to EKS
- Select the EKS cluster
- Click on 'Update Now'
From Command Line
aws eks update-cluster-version --name example --kubernetes-version 1.25
References
EKS Cluster
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that you can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes.
Compliance Frameworks
- AWS CloudGuard Best Practices
- CloudGuard AWS All Rules Ruleset
Updated about 1 year ago