AWS eks documentation change
Summary
Fixed typo from 'polices' to 'policies' in IAM role documentation
Security assessment
Minor typo correction without security implications. No evidence of security vulnerability being addressed.
Diff
diff --git a/eks/latest/userguide/auto-cluster-iam-role.md b/eks/latest/userguide/auto-cluster-iam-role.md index 419c2cf88..355143707 100644 --- a//eks/latest/userguide/auto-cluster-iam-role.md +++ b//eks/latest/userguide/auto-cluster-iam-role.md @@ -17 +17 @@ An Amazon EKS cluster IAM role is required for each cluster. Kubernetes clusters -Before you can create Amazon EKS clusters, you must create an IAM role with the policies required for EKS Auto Mode. You can either attach the suggested AWS IAM managed policies, or create custom polices with equivalent permissions. +Before you can create Amazon EKS clusters, you must create an IAM role with the policies required for EKS Auto Mode. You can either attach the suggested AWS IAM managed policies, or create custom policies with equivalent permissions.