AWS eks documentation change
Summary
Fixed grammatical error in recommendation for zonal failure resilience: changed 'To accomplish reduce the risk' to 'To reduce the risk'.
Security assessment
Purely grammatical correction in high-availability guidance. No security vulnerability is addressed, and the recommendation for over-provisioning compute capacity remains unchanged without security-specific enhancements.
Diff
diff --git a/eks/latest/userguide/zone-shift.md b/eks/latest/userguide/zone-shift.md index 1e16d4053..6d0420380 100644 --- a//eks/latest/userguide/zone-shift.md +++ b//eks/latest/userguide/zone-shift.md @@ -100 +100 @@ Additionally, when there’s a zonal impairment, you should aim to mitigate the -To accomplish reduce the risk of these potential negative impacts, we recommend that you over-provision compute capacity in some of the worker nodes in each of the AZs. By doing this, the Kubernetes Scheduler has pre-existing capacity available for new Pod placements, which is especially important when you lose one of the AZs in your environment. +To reduce the risk of these potential negative impacts, we recommend that you over-provision compute capacity in some of the worker nodes in each of the AZs. By doing this, the Kubernetes Scheduler has pre-existing capacity available for new Pod placements, which is especially important when you lose one of the AZs in your environment.