AWS eks documentation change
Summary
Corrected IAM role ARN examples in pod identity documentation.
Security assessment
Fixed placeholder syntax in example outputs. No security vulnerability or security feature content modified.
Diff
diff --git a/eks/latest/userguide/pod-configuration.md b/eks/latest/userguide/pod-configuration.md index 6c18954e8..e0e443217 100644 --- a//eks/latest/userguide/pod-configuration.md +++ b//eks/latest/userguide/pod-configuration.md @@ -67 +67 @@ An example output is as follows. - AWS_ROLE_ARN: <shared id="region.arn"/>iam::111122223333:role/my-role + AWS_ROLE_ARN: arn:aws:iam::111122223333:role/my-role @@ -83 +83 @@ The [Amazon EKS Pod Identity Webhook](https://github.com/aws/amazon-eks-pod-iden - eks.amazonaws.com/role-arn: <shared id="region.arn"/>iam::111122223333:role/my-role + eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/my-role