AWS AmazonRDS documentation change
Summary
Fixed URL formatting in reference link to PostgreSQL user management blog post
Security assessment
Change only corrects a URL path syntax (added double slash). No security content modifications or security context mentioned in the change.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md b/AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md index 00451c05a..dc3325eb3 100644 --- a//AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md +++ b//AmazonRDS/latest/AuroraUserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md @@ -71 +71 @@ When prompted, enter your password. The `psql` client connects and displays the -At this point, `lab_user1` and `lab_user2` can connect to the `lab_db` database. This example doesn't follow best practices for enterprise usage, which might include creating multiple database instances, different schemas, and granting limited permissions. For more complete information and additional scenarios, see [Managing PostgreSQL Users and Roles](https://aws.amazon.com/blogs/database/managing-postgresql-users-and-roles/). +At this point, `lab_user1` and `lab_user2` can connect to the `lab_db` database. This example doesn't follow best practices for enterprise usage, which might include creating multiple database instances, different schemas, and granting limited permissions. For more complete information and additional scenarios, see [Managing PostgreSQL Users and Roles](https://aws.amazon.com/blogs//database/managing-postgresql-users-and-roles/).