AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

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

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

Summary

Replaced 'IDENTITY' with 'identity columns' for consistency

Security assessment

Minor terminology update with no security-related context or implications.

Diff

diff --git a/aurora-dsql/latest/userguide/sequences-identity-columns.md b/aurora-dsql/latest/userguide/sequences-identity-columns.md
index d7248fe87..dd0b9a6db 100644
--- a//aurora-dsql/latest/userguide/sequences-identity-columns.md
+++ b//aurora-dsql/latest/userguide/sequences-identity-columns.md
@@ -7 +7 @@
-Sequences and `IDENTITY` columns generate integer values and are useful when compact or human-readable identifiers are needed. These values involve allocation and caching behavior described in the [CREATE SEQUENCE](./create-sequence-syntax-support.html) documentation.
+Sequences and identity columns generate integer values and are useful when compact or human-readable identifiers are needed. These values involve allocation and caching behavior described in the [CREATE SEQUENCE](./create-sequence-syntax-support.html) documentation.