AWS eks documentation change
Summary
Corrected typo in IAM role tag availability description ('though' to 'through')
Security assessment
This is a minor typo fix in documentation about ABAC and IAM roles. While the topic relates to security, the change itself does not address a vulnerability or add new security documentation. It improves clarity but has no security impact.
Diff
diff --git a/eks/latest/userguide/pod-id-abac.md b/eks/latest/userguide/pod-id-abac.md index 00f4b50b7..6821c5b30 100644 --- a//eks/latest/userguide/pod-id-abac.md +++ b//eks/latest/userguide/pod-id-abac.md @@ -69 +69 @@ All of the session tags that are added by EKS Pod Identity are _transitive_ ; th -EKS Pod Identity can’t add additional custom tags to the `AssumeRole` action that it performs. However, tags that you apply to the IAM role are always available though the same format: `${aws:PrincipalTag/` followed by the key, for example `${aws:PrincipalTag/MyCustomTag}`. +EKS Pod Identity can’t add additional custom tags to the `AssumeRole` action that it performs. However, tags that you apply to the IAM role are always available through the same format: `${aws:PrincipalTag/` followed by the key, for example `${aws:PrincipalTag/MyCustomTag}`.