AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/eks_example_eks_UpdateClusterConfig_section.md

Summary

Added PowerShell V5 example for UpdateClusterConfig operation with logging configuration

Security assessment

Demonstrates enabling cluster logging which is a security best practice, but doesn't address a specific vulnerability.

Diff

diff --git a/code-library/latest/ug/eks_example_eks_UpdateClusterConfig_section.md b/code-library/latest/ug/eks_example_eks_UpdateClusterConfig_section.md
index 0dd8b502a..9baeeb757 100644
--- a//code-library/latest/ug/eks_example_eks_UpdateClusterConfig_section.md
+++ b//code-library/latest/ug/eks_example_eks_UpdateClusterConfig_section.md
@@ -112,0 +113,24 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: Updates an Amazon EKS cluster configuration. Your cluster continues to function during the update.**
+    
+    
+    Update-EKSClusterConfig -Name "PROD" -Logging_ClusterLogging @{Types="api","audit","authenticator","controllerManager","scheduler",Enabled="True"}
+    
+
+**Output:**
+    
+    
+    CreatedAt : 12/25/2019 5:03:07 PM
+    Errors    : {}
+    Id        : ee708232-7d2e-4ed7-9270-d0b5176f0726
+    Params    : {Amazon.EKS.Model.UpdateParam}
+    Status    : InProgress
+    Type      : LoggingUpdate
+
+  * For API details, see [UpdateClusterConfig](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+