AWS eks documentation change
Summary
Fixed grammatical error in role assumption example sentence
Security assessment
Corrected article usage ('the' to 'a') in a trust policy example. No impact on security functionality or IAM policy semantics.
Diff
diff --git a/eks/latest/userguide/pod-id-role.md b/eks/latest/userguide/pod-id-role.md index b7a1e5da7..af588d7d1 100644 --- a//eks/latest/userguide/pod-id-role.md +++ b//eks/latest/userguide/pod-id-role.md @@ -46 +46 @@ You can use these tags in the _condition keys_ in the trust policy to restrict w -For example, you can restrict which pods can assume the role a Pod Identity IAM Role to a specific `ServiceAccount` and `Namespace` with the following Trust Policy with the added `Condition`: +For example, you can restrict which pods can assume a Pod Identity IAM Role to a specific `ServiceAccount` and `Namespace` with the following Trust Policy with the added `Condition`: