AWS AmazonRDS documentation change
Summary
Clarified role management guidance for RDS Proxy with Aurora PostgreSQL.
Security assessment
Technical clarification about role configuration best practices, but no direct security vulnerability or security feature documentation added.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/rds-proxy.md b/AmazonRDS/latest/AuroraUserGuide/rds-proxy.md index 7684d7882..a52f5fadb 100644 --- a//AmazonRDS/latest/AuroraUserGuide/rds-proxy.md +++ b//AmazonRDS/latest/AuroraUserGuide/rds-proxy.md @@ -157 +157 @@ The following additional limitations apply to RDS Proxy with Aurora PostgreSQL d - * If you use `ALTER ROLE` or `SET ROLE` to change the user role, subsequent connections as that user to the proxy might not use this role setting, if those connections encounter pinning. To prevent this, when using proxy, use `SET ROLE` in the initialization query of the proxy. For more information, see **Initialization query** in [Creating a proxy for Amazon Aurora](./rds-proxy-creating.html). + * If you use `ALTER ROLE` to change the user role with `SET ROLE`, subsequent connections as that user to the proxy might not use this role setting, if those connections encounter pinning. To prevent this, when using proxy, use `SET ROLE` in the initialization query of the proxy. For more information, see **Initialization query** in [Creating a proxy for Amazon Aurora](./rds-proxy-creating.html).