AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-10-16 · Documentation low

File: AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.AuditPlugin.md

Summary

Replaced numeric connection type codes with human-readable labels in audit plugin documentation

Security assessment

Improves documentation clarity but does not address security vulnerabilities or add security features.

Diff

diff --git a/AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.AuditPlugin.md b/AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.AuditPlugin.md
index 9b3091bd6..cd5c3694b 100644
--- a//AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.AuditPlugin.md
+++ b//AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.AuditPlugin.md
@@ -105,6 +105,6 @@ connection_type |  The security state of the connection to the server. Possible
-  * `0` – Undefined
-  * `1` – TCP/IP
-  * `2` – Socket
-  * `3` – Named pipe
-  * `4` – SSL/TLS
-  * `5` – Shared memory
+  * `Undefined`
+  * `TCP/IP`
+  * `Socket`
+  * `Named pipe`
+  * `SSL/TLS`
+  * `Shared memory`