AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-05-22 · Documentation low

File: AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.BestPractices.FastFailover.md

Summary

Corrected TCP keepalive parameter names in sysctl commands and configuration

Security assessment

Fixes typographical errors in TCP keepalive parameter names (e.g., 'keepalives' -> 'keepalive'). This improves connection reliability during failovers but does not address security vulnerabilities or document security features.

Diff

diff --git a/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.BestPractices.FastFailover.md b/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.BestPractices.FastFailover.md
index e88db49d8..07f40440f 100644
--- a//AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.BestPractices.FastFailover.md
+++ b//AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.BestPractices.FastFailover.md
@@ -74,3 +74,3 @@ We recommend doing so by using the command line with the following commands. Thi
-        sudo sysctl net.ipv4.tcp_keepalives_time=1
-    sudo sysctl net.ipv4.tcp_keepalives_intvl=1
-    sudo sysctl net.ipv4.tcp_keepalives_probes=5
+        sudo sysctl net.ipv4.tcp_keepalive_time=1
+    sudo sysctl net.ipv4.tcp_keepalive_intvl=1
+    sudo sysctl net.ipv4.tcp_keepalive_probes=5
@@ -80,3 +80,3 @@ We recommend doing so by using the command line with the following commands. Thi
-        tcp_keepalives_time = 1
-    tcp_keepalives_intvl = 1
-    tcp_keepalives_probes = 5
+        tcp_keepalive_time = 1
+    tcp_keepalive_intvl = 1
+    tcp_keepalive_probes = 5