AWS eks documentation change
Summary
Updated CLI commands with ARN placeholders and converted URL to plain text
Security assessment
Documentation syntax improvements with no security implications. Policy references remain functionally unchanged.
Diff
diff --git a/eks/latest/userguide/efs-csi.md b/eks/latest/userguide/efs-csi.md index 000716023..26cb11662 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 arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy + --permission-policy-arns <shared id="region.arn"/>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 arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \ + --attach-policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \ @@ -111 +111 @@ Run the following to create an IAM role with AWS Management Console. - 1. Open the IAM console at [https://console.aws.amazon.com/iam/](https://console.aws.amazon.com/iam/). + 1. Open the IAM console at https://console.aws.amazon.com/iam/. @@ -236 +236 @@ Run the following commands to create an IAM role with AWS CLI. - --policy-arn arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \ @@ -294 +294 @@ If the output from the command is `None`, review the **Prerequisites**. - --policy-arn arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \