AWS eks documentation change
Summary
Corrected ARN formatting in identity/policy examples.
Security assessment
Fixes invalid ARN syntax in documentation examples. No security implications beyond preventing potential IAM misconfiguration from incorrect examples.
Diff
diff --git a/eks/latest/userguide/inferentia-support.md b/eks/latest/userguide/inferentia-support.md index 4c149311e..d604350a0 100644 --- a//eks/latest/userguide/inferentia-support.md +++ b//eks/latest/userguide/inferentia-support.md @@ -54 +54 @@ Note the value of the following line of the output. It’s used in a later (opti - [9] adding identity "<shared id="region.arn"/>iam::111122223333:role/eksctl-inferentia-nodegroup-ng-in-NodeInstanceRole-FI7HIYS3BS09" to auth ConfigMap + [9] adding identity "arn:aws:iam::111122223333:role/eksctl-inferentia-nodegroup-ng-in-NodeInstanceRole-FI7HIYS3BS09" to auth ConfigMap @@ -83 +83 @@ The number of Neuron devices allocated to your serving application can be adjust - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonS3ReadOnlyAccess \ + --policy-arn arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess \