AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

Service: aurora-dsql · 2026-02-16 · Documentation low

File: aurora-dsql/latest/userguide/sequences-identity-columns-overview.md

Summary

Updated terminology from 'IDENTITY' to 'identity columns' and 'CACHE' to 'cache value' for consistency

Security assessment

The changes are purely terminological updates without any security implications. No security vulnerabilities or configurations are mentioned.

Diff

diff --git a/aurora-dsql/latest/userguide/sequences-identity-columns-overview.md b/aurora-dsql/latest/userguide/sequences-identity-columns-overview.md
index 4eaec690d..4901f5a55 100644
--- a//aurora-dsql/latest/userguide/sequences-identity-columns-overview.md
+++ b//aurora-dsql/latest/userguide/sequences-identity-columns-overview.md
@@ -9 +9 @@
-When using `IDENTITY` columns, the value of `CACHE` should be carefully considered. For more information, see the Important callout on the [CREATE SEQUENCE](./create-sequence-syntax-support.html) page.
+When using identity columns, the cache value should be carefully considered. For more information, see the Important callout on the [CREATE SEQUENCE](./create-sequence-syntax-support.html) page.
@@ -11 +11 @@ When using `IDENTITY` columns, the value of `CACHE` should be carefully consider
-For guidance on how best to use `IDENTITY` columns based on workload patterns, see [Working with sequences and identity columns](./sequences-identity-columns-working-with.html).
+For guidance on how best to use identity columns based on workload patterns, see [Working with sequences and identity columns](./sequences-identity-columns-working-with.html).