AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-04-22 · Documentation low

File: eks/latest/userguide/enable-kms.md

Summary

Fixed a command line continuation by adding a backslash and corrected a typo in a JSON timestamp (removed stray '>').

Security assessment

The change corrects a formatting error in a command example and fixes a typo in example JSON output. There is no evidence this addresses a security vulnerability or weakness; it's a routine documentation correction.

Diff

diff --git a/eks/latest/userguide/enable-kms.md b/eks/latest/userguide/enable-kms.md
index e89106b93..f4f4204eb 100644
--- a//eks/latest/userguide/enable-kms.md
+++ b//eks/latest/userguide/enable-kms.md
@@ -53 +53 @@ To opt-out of automatically re-encrypting your secrets, run the following comman
-        eksctl utils enable-secrets-encryption
+        eksctl utils enable-secrets-encryption \
@@ -144 +144 @@ An example output is as follows.
-            "createdAt": 1613754188.734>,
+            "createdAt": 1613754188.734,