AWS eks documentation change
Summary
Updated CLI commands with ARN placeholders and converted URL to plain text
Security assessment
Syntax changes and URL formatting updates without security context. KMS policy reference remains unchanged in security context.
Diff
diff --git a/eks/latest/userguide/ebs-csi.md b/eks/latest/userguide/ebs-csi.md index 24ce42e42..ec971e5a4 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 arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ + --attach-policy-arn <shared id="region.arn"/>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 arn:aws:iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \ + --policy-arn <shared id="region.arn"/>iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \ @@ -147 +147 @@ The specific steps in this procedure are written for using the driver as an Amaz - 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/. @@ -299 +299 @@ An example output is as follows. - --policy-arn arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ + --policy-arn <shared id="region.arn"/>iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy \ @@ -346 +346 @@ An example output is as follows. - --policy-arn arn:aws:iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \ + --policy-arn <shared id="region.arn"/>iam::111122223333:policy/KMS_Key_For_Encryption_On_EBS_Policy \