AWS eks documentation change
Summary
Fixed a typo in the word 'additional' (changed from 'addition').
Security assessment
Change is a minor typo correction in a sentence describing envelope encryption. The document discusses a security feature (KMS encryption for secrets), but the change does not add new security documentation or address a specific security issue.
Diff
diff --git a/eks/latest/eksctl/kms-encryption.md b/eks/latest/eksctl/kms-encryption.md index d5cea1bdd..74b745018 100644 --- a//eks/latest/eksctl/kms-encryption.md +++ b//eks/latest/eksctl/kms-encryption.md @@ -13 +13 @@ Amazon Elastic Kubernetes Service (Amazon EKS) provides default envelope encrypt -EKS supports using [AWS KMS](https://aws.amazon.com/about-aws/whats-new/2021/03/amazon-eks-supports-adding-kms-envelope-encryption-to-existing-clusters/) keys to provide envelope encryption of Kubernetes secrets stored in EKS. Envelope encryption adds an additional, customer-managed layer of encryption for application secrets or user data that is stored within a Kubernetes cluster. +EKS supports using [AWS KMS](https://aws.amazon.com/about-aws/whats-new/2021/03/amazon-eks-supports-adding-kms-envelope-encryption-to-existing-clusters/) keys to provide envelope encryption of Kubernetes secrets stored in EKS. Envelope encryption adds an addition, customer-managed layer of encryption for application secrets or user data that is stored within a Kubernetes cluster.