AWS eks documentation change
Summary
Fixed broken hyperlink reference for 'Create add-on (AWS Console)' documentation
Security assessment
The change corrects a markdown link syntax error but does not introduce or modify security-related content. The context discusses standard IAM role creation for EKS add-ons, which is a normal operational procedure rather than a security fix.
Diff
diff --git a/eks/latest/userguide/create-cluster-auto.md b/eks/latest/userguide/create-cluster-auto.md index 7dbe4a4d2..a08406ae9 100644 --- a//eks/latest/userguide/create-cluster-auto.md +++ b//eks/latest/userguide/create-cluster-auto.md @@ -152 +152 @@ When you’re done with this page, choose **Next**. -For add-ons that support EKS Pod Identities, you can use the console to automatically generate the role with the name, AWS managed policy, and trust policy prepopulated specifically for the add-on. You can re-use existing roles or create new roles for supported add-ons. For the steps to use the console to create roles for add-ons that support EKS Pod Identities, see [](./.html#_create_add_on_console). If an add-on does not support EKS Pod Identity, a message displays with instructions to use the wizard to create the IAM roles for service accounts (IRSA) after the cluster is created. +For add-ons that support EKS Pod Identities, you can use the console to automatically generate the role with the name, AWS managed policy, and trust policy prepopulated specifically for the add-on. You can re-use existing roles or create new roles for supported add-ons. For the steps to use the console to create roles for add-ons that support EKS Pod Identities, see [Create add-on (AWS Console)](./creating-an-add-on.html#create_add_on_console). If an add-on does not support EKS Pod Identity, a message displays with instructions to use the wizard to create the IAM roles for service accounts (IRSA) after the cluster is created.