AWS eks documentation change
Summary
Fixed ARN syntax in attach-policy-arn parameters for EBS CSI driver setup
Security assessment
Corrects ARN formatting in policy attachment commands. No security impact as changes are purely documentation fixes.
Diff
diff --git a/eks/latest/userguide/ebs-csi.md b/eks/latest/userguide/ebs-csi.md index b7b7338b9..99a8e3cd1 100644 --- a//eks/latest/userguide/ebs-csi.md +++ b//eks/latest/userguide/ebs-csi.md @@ -92 +92 @@ The specific steps in this procedure are written for using the driver as an Amaz - --attach-policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ + --attach-policy-arn arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ @@ -139 +139 @@ The specific steps in this procedure are written for using the driver as an Amaz - --policy-arn <shared id="region.arn"/>iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \ + --policy-arn arn:aws:iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \ @@ -299 +299 @@ An example output is as follows. - --policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ + --policy-arn arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ @@ -346 +346 @@ An example output is as follows. - --policy-arn <shared id="region.arn"/>iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \ + --policy-arn arn:aws:iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \