AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/fsx-csi-create.md

Summary

Corrected IAM policy ARN syntax in AWS CLI command for attaching AmazonFSxFullAccess policy.

Security assessment

Fixed a malformed ARN string by replacing '<shared id="region.arn"/>iam::' with valid 'arn:aws:iam::' format. This is a documentation syntax correction with no security implications.

Diff

diff --git a/eks/latest/userguide/fsx-csi-create.md b/eks/latest/userguide/fsx-csi-create.md
index cb47c62dc..3068a83f0 100644
--- a//eks/latest/userguide/fsx-csi-create.md
+++ b//eks/latest/userguide/fsx-csi-create.md
@@ -54 +54 @@ The following procedure shows you how to create an IAM role and attach the AWS m
-        --attach-policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonFSxFullAccess \
+        --attach-policy-arn arn:aws:iam::aws:policy/AmazonFSxFullAccess \