AWS cli documentation change
Summary
Updated debug logging description to clarify logging impacts and remove explicit SQL statement logging warning
Security assessment
Changed debug logging description to focus on connection details/performance rather than SQL statement text. While the previous version contained a security warning about sensitive info in logs, the update provides operational guidance without explicitly adding/removing security documentation. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/rds/create-db-proxy.md b/cli/latest/reference/rds/create-db-proxy.md index 1c3b4d941..6f72913b7 100644 --- a//cli/latest/reference/rds/create-db-proxy.md +++ b//cli/latest/reference/rds/create-db-proxy.md @@ -15 +15 @@ - * [AWS CLI 2.28.15 Command Reference](../../index.html) » + * [AWS CLI 2.28.16 Command Reference](../../index.html) » @@ -216 +216 @@ Syntax: -> Specifies 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. @@ -503 +503 @@ 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. @@ -523 +523 @@ DBProxy -> (structure) - * [AWS CLI 2.28.15 Command Reference](../../index.html) » + * [AWS CLI 2.28.16 Command Reference](../../index.html) »