AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-01-16 · Documentation low

File: eks/latest/userguide/understanding-service-name-entries.md

Summary

Modified ARN formats in CloudTrail log examples

Security assessment

Updates only standardize ARN placeholder usage in documentation examples.

Diff

diff --git a/eks/latest/userguide/understanding-service-name-entries.md b/eks/latest/userguide/understanding-service-name-entries.md
index ebc4283f0..68d115b0e 100644
--- a//eks/latest/userguide/understanding-service-name-entries.md
+++ b//eks/latest/userguide/understanding-service-name-entries.md
@@ -23 +23 @@ The following example shows a CloudTrail log entry that demonstrates the [`Creat
-        "arn": "arn:aws:iam::111122223333:user/username",
+        "arn": "<shared id="region.arn"/>iam::111122223333:user/username",
@@ -41 +41 @@ The following example shows a CloudTrail log entry that demonstrates the [`Creat
-        "roleArn": "arn:aws:iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ",
+        "roleArn": "<shared id="region.arn"/>iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ",
@@ -50,2 +50,2 @@ The following example shows a CloudTrail log entry that demonstrates the [`Creat
-          "arn": "arn:aws:eks:region-code:111122223333:cluster/test",
-          "roleArn": "arn:aws:iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ",
+          "arn": "<shared id="region.arn"/>eks:region-code:111122223333:cluster/test",
+          "roleArn": "<shared id="region.arn"/>iam::111122223333:role/AWSServiceRoleForAmazonEKS-CAC1G1VH3ZKZ",
@@ -82 +82 @@ The following example shows a CloudTrail log entry that demonstrates a [`DeleteI
-            "arn": "arn:aws:sts::111122223333:assumed-role/AWSServiceRoleForAmazonEKSNodegroup/EKS",
+            "arn": "<shared id="region.arn"/>sts::111122223333:assumed-role/AWSServiceRoleForAmazonEKSNodegroup/EKS",
@@ -89 +89 @@ The following example shows a CloudTrail log entry that demonstrates a [`DeleteI
-                    "arn": "arn:aws:iam::111122223333:role/aws-service-role/eks-nodegroup.amazonaws.com/AWSServiceRoleForAmazonEKSNodegroup",
+                    "arn": "<shared id="region.arn"/>iam::111122223333:role/aws-service-role/eks-nodegroup.amazonaws.com/AWSServiceRoleForAmazonEKSNodegroup",