AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-13 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-eks-addon.md

Summary

Fixed typo in 'Pod Identity Assocations' to 'EKS Pod Identity associations' and updated link text for clarity

Security assessment

The changes are purely editorial corrections to documentation terminology and do not introduce or modify security-related content. The updates improve clarity but do not affect security controls or features.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-eks-addon.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-eks-addon.md
index 7754a7dc0..8d3c69c7e 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-eks-addon.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-eks-addon.md
@@ -111 +111 @@ _Required_ : No
-An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.
+An array of EKS Pod Identity associations owned by the add-on. Each association maps a role to a service account in a namespace in the cluster.
@@ -113 +113 @@ An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity a
-For more information, see [Attach an IAM Role to an Amazon EKS add-on using Pod Identity](https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html) in the _Amazon EKS User Guide_.
+For more information, see [Attach an IAM Role to an Amazon EKS add-on using EKS Pod Identity](https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html) in the _Amazon EKS User Guide_.