AWS eks documentation change
Summary
Fixed typo in role name: changed 'eks-pod-identeity-primary-role' to 'eks-pod-identity-primary-role' in a policy example.
Security assessment
This change corrects a typo in a sample role name within a policy example. While the documentation relates to security (IAM policies for EKS Pod Identity), the change itself is purely a spelling correction and does not address any security vulnerability or add new security information. The corrected role name maintains the same security context.
Diff
diff --git a/eks/latest/userguide/pod-id-assign-target-role.md b/eks/latest/userguide/pod-id-assign-target-role.md index 5f5cb1db6..6e58c07b4 100644 --- a//eks/latest/userguide/pod-id-assign-target-role.md +++ b//eks/latest/userguide/pod-id-assign-target-role.md @@ -99 +99 @@ In this step, you will establish a secure trust chain by creating and configurin -The above policy policy lets the role `eks-pod-identeity-primary-role` from AWS account 111122223333 with the relevant [EKS Pod Identity Session Tags](https://docs.aws.amazon.com/eks/latest/userguide/pod-id-abac.html) assume this role. +The above policy policy lets the role `eks-pod-identity-primary-role` from AWS account 111122223333 with the relevant [EKS Pod Identity Session Tags](https://docs.aws.amazon.com/eks/latest/userguide/pod-id-abac.html) assume this role.