AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-25 · Documentation low

File: cli/latest/reference/rds/modify-db-proxy.md

Summary

Updated DebugLogging parameter documentation with clearer logging details and performance considerations

Security assessment

Reiterates security implications of enabling debug logging (exposing connection details) while adding performance cost context. Strengthens security guidance without addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/rds/modify-db-proxy.md b/cli/latest/reference/rds/modify-db-proxy.md
index 4c45d3e11..7186a427f 100644
--- a//cli/latest/reference/rds/modify-db-proxy.md
+++ b//cli/latest/reference/rds/modify-db-proxy.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.15 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
@@ -178 +178 @@ JSON Syntax:
-> Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
+> Specifies whether the proxy logs detailed connection and query information. When you enable `DebugLogging` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
@@ -442 +442 @@ DBProxy -> (structure)
->> Indicates whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
+>> Specifies whether the proxy logs detailed connection and query information. When you enable `DebugLogging` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
@@ -462 +462 @@ DBProxy -> (structure)
-  * [AWS CLI 2.28.15 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.16 Command Reference](../../index.html) »