AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

Service: aurora-dsql · 2025-05-01 · Documentation low

File: aurora-dsql/latest/userguide/best-practices-security-preventative.md

Summary

Updated documentation link from './accessing.html' to './getting-started.html#accessing' in security best practices guidance

Security assessment

The change only corrects a documentation link reference. While the surrounding context discusses security best practices (avoiding admin role usage), the modification itself doesn't introduce new security content or address a specific vulnerability.

Diff

diff --git a/aurora-dsql/latest/userguide/best-practices-security-preventative.md b/aurora-dsql/latest/userguide/best-practices-security-preventative.md
index 88d6a0e4b..cf99ff90e 100644
--- a//aurora-dsql/latest/userguide/best-practices-security-preventative.md
+++ b//aurora-dsql/latest/userguide/best-practices-security-preventative.md
@@ -25 +25 @@ Attach permissions policies to IAM roles and thereby grant permissions to perfor
-Similar to the [ root user best practices for your AWS account](https://docs.aws.amazon.com/IAM/latest/UserGuide/root-user-best-practices.html), don't use the admin role in Aurora DSQL to perform everyday operations. Instead, we recommend that you create custom database roles to manage and connect to your cluster. For more information, see [Accessing Aurora DSQL](./accessing.html) and [Authentication and authorization for Aurora DSQL](./authentication-authorization.html).
+Similar to the [ root user best practices for your AWS account](https://docs.aws.amazon.com/IAM/latest/UserGuide/root-user-best-practices.html), don't use the admin role in Aurora DSQL to perform everyday operations. Instead, we recommend that you create custom database roles to manage and connect to your cluster. For more information, see [Accessing Aurora DSQL](./getting-started.html#accessing) and [Authentication and authorization for Aurora DSQL](./authentication-authorization.html).