AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/efs-csi.md

Summary

Updated permission-policy-arns and attach-policy-arn parameters with correct ARN syntax

Security assessment

Fixes ARN formatting in EFS CSI driver setup commands. No security vulnerability addressed.

Diff

diff --git a/eks/latest/userguide/efs-csi.md b/eks/latest/userguide/efs-csi.md
index d5322df8a..7afea5ba8 100644
--- a//eks/latest/userguide/efs-csi.md
+++ b//eks/latest/userguide/efs-csi.md
@@ -86 +86 @@ Run the following commands to create an IAM role and Pod Identity association wi
-        --permission-policy-arns <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy
+        --permission-policy-arns arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy
@@ -101 +101 @@ Run the following commands to create an IAM role with `eksctl`. Replace `my-clus
-        --attach-policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \
+        --attach-policy-arn arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \
@@ -236 +236 @@ Run the following commands to create an IAM role with AWS CLI.
-      --policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \
+      --policy-arn arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \
@@ -294 +294 @@ If the output from the command is `None`, review the **Prerequisites**.
-      --policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \
+      --policy-arn arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \