AWS AmazonRDS documentation change
Summary
Updated hyperlink text from 'Creating an RDS proxy' to 'Creating a proxy for Amazon RDS' in the PostgreSQL limitations section
Security assessment
The change only modifies the anchor text of an existing documentation link. There is no evidence of addressing a security vulnerability or adding new security-related content. The content about using SET ROLE in initialization queries was already present and remains unchanged.
Diff
diff --git a/AmazonRDS/latest/UserGuide/rds-proxy.md index f7c8a7077..18c33b945 100644 --- a/AmazonRDS/latest/UserGuide/rds-proxy.md +++ b/AmazonRDS/latest/UserGuide/rds-proxy.md @@ -205 +205 @@ The following additional limitations apply to RDS Proxy with RDS for PostgreSQL - * 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 an RDS proxy](./rds-proxy-creating.html). + * 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 RDS](./rds-proxy-creating.html).