AWS eks medium security documentation change
Summary
Updated default Kubernetes version from 1.35 to 1.36
Security assessment
Version updates typically include security patches. While not explicitly stated, version bumps often address known vulnerabilities in older versions.
Diff
diff --git a/eks/latest/userguide/create-cluster.md b/eks/latest/userguide/create-cluster.md index d08fa0f9c..0a441e697 100644 --- a//eks/latest/userguide/create-cluster.md +++ b//eks/latest/userguide/create-cluster.md @@ -103 +103 @@ You can create a cluster by using: - 5. Replace `1.35` with any [Amazon EKS supported version](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html). + 5. Replace `1.36` with any [Amazon EKS supported version](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html). @@ -111 +111 @@ The subnets that you choose must meet the [Amazon EKS subnet requirements](./net - eksctl create cluster --name my-cluster --region region-code --version 1.35 --vpc-private-subnets subnet-ExampleID1,subnet-ExampleID2 --without-nodegroup + eksctl create cluster --name my-cluster --region region-code --version 1.36 --vpc-private-subnets subnet-ExampleID1,subnet-ExampleID2 --without-nodegroup @@ -266 +266 @@ Cluster provisioning takes several minutes. - * Replace `1.35` with any [Amazon EKS supported version](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html). + * Replace `1.36` with any [Amazon EKS supported version](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html). @@ -278 +278 @@ Whether you choose any security groups or not, Amazon EKS creates a security gro - aws eks create-cluster --region region-code --name my-cluster --kubernetes-version 1.35 \ + aws eks create-cluster --region region-code --name my-cluster --kubernetes-version 1.36 \