AWS eks documentation change
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 \