AWS eks documentation change
Summary
Fixed typo in 'addition' -> 'additional' in KMS envelope encryption documentation.
Security assessment
Minor typo correction in existing security feature documentation. Maintains existing security content but doesn't add new security information.
Diff
diff --git a/eks/latest/eksctl/kms-encryption.md b/eks/latest/eksctl/kms-encryption.md index 74b745018..d5cea1bdd 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 addition, 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 additional, customer-managed layer of encryption for application secrets or user data that is stored within a Kubernetes cluster.