AWS eks documentation change
Summary
Fixed typo in troubleshooting documentation - changed 'AcessDenied' to 'AccessDenied' error reference
Security assessment
This is a spelling correction of an error message name ('AccessDenied') that does not change the troubleshooting guidance or security implications. No security vulnerabilities are addressed or documented.
Diff
diff --git a/eks/latest/userguide/troubleshooting.md b/eks/latest/userguide/troubleshooting.md index dd4a4e583..ed709fbec 100644 --- a//eks/latest/userguide/troubleshooting.md +++ b//eks/latest/userguide/troubleshooting.md @@ -248 +248 @@ If present, compare the output to the previous `ClusterRoleBinding` example. -If you’ve identified a missing or broken `ClusterRole` or `ClusterRoleBinding` as the cause of an `AcessDenied` error while requesting managed node group operations, you can restore them. Save the following contents to a file named `eks-node-manager-role.yaml`. +If you’ve identified a missing or broken `ClusterRole` or `ClusterRoleBinding` as the cause of an `AccessDenied` error while requesting managed node group operations, you can restore them. Save the following contents to a file named `eks-node-manager-role.yaml`.