AWS eks documentation change
Summary
Fixed ARN formatting in example commands and configuration snippets by replacing placeholder strings
Security assessment
Changes improve documentation accuracy but don't address security issues or introduce security features
Diff
diff --git a/eks/latest/userguide/s3-csi-create.md b/eks/latest/userguide/s3-csi-create.md index c9a1ab5d9..60f8591a4 100644 --- a//eks/latest/userguide/s3-csi-create.md +++ b//eks/latest/userguide/s3-csi-create.md @@ -242 +242 @@ An example output is as follows. - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonS3CSIDriverPolicy \ + --policy-arn arn:aws:iam::aws:policy/AmazonS3CSIDriverPolicy \ @@ -262 +262 @@ The IAM policy `AmazonS3CSIDriverPolicy` was created in the previous section. - eks.amazonaws.com/role-arn: <shared id="region.arn"/>iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole + eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole @@ -300 +300 @@ Run the following command. Replace `my-cluster` with the name of your cluster, ` - --service-account-role-arn <shared id="region.arn"/>iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole --force + --service-account-role-arn arn:aws:iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole --force @@ -312 +312 @@ You can customize `eksctl` through configuration files. For more information, se - serviceAccountRoleARN: <shared id="region.arn"/>iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole + serviceAccountRoleARN: arn:aws:iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole @@ -360 +360 @@ Run the following command. Replace `my-cluster` with the name of your cluster, ` - --service-account-role-arn <shared id="region.arn"/>iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole + --service-account-role-arn arn:aws:iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole @@ -366 +366 @@ You can customize the command with the `--configuration-values` flag. The follow - --service-account-role-arn <shared id="region.arn"/>iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole \ + --service-account-role-arn arn:aws:iam::111122223333:role/AmazonEKS_S3_CSI_DriverRole \