AWS eks documentation change
Summary
Replaced '<shared id="AWS"/>' with 'AWS' in YAML comments across multiple configuration examples.
Security assessment
Changes are limited to comment formatting in configuration examples. No security-related content was added, modified, or referenced. The update appears to be a documentation cleanup with no security impact.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-nodeadm.md b/eks/latest/userguide/hybrid-nodes-nodeadm.md index 082cf4537..8c57c4fa1 100644 --- a//eks/latest/userguide/hybrid-nodes-nodeadm.md +++ b//eks/latest/userguide/hybrid-nodes-nodeadm.md @@ -267 +267 @@ The following is a sample `nodeConfig.yaml` when using AWS SSM hybrid activation - region: # <shared id="AWS"/> Region where the EKS cluster resides + region: # AWS Region where the EKS cluster resides @@ -285 +285 @@ When using AWS IAM Roles Anywhere as your on-premises credentials provider, the - region: # <shared id="AWS"/> Region where the EKS cluster resides + region: # AWS Region where the EKS cluster resides @@ -305 +305 @@ You can pass kubelet configuration and flags in your `nodeadm` configuration. Se - region: # <shared id="AWS"/> Region where the EKS cluster resides + region: # AWS Region where the EKS cluster resides @@ -326 +326 @@ You can pass custom containerd configuration in your `nodeadm` configuration. Th - region: # <shared id="AWS"/> Region where the EKS cluster resides + region: # AWS Region where the EKS cluster resides @@ -352 +352 @@ Red Hat Enterprise Linux (RHEL) 8 and RHEL 9 have SELinux enabled by default and - region: # <shared id="AWS"/> Region where the EKS cluster resides + region: # AWS Region where the EKS cluster resides