AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

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

File: aurora-dsql/latest/userguide/working-with-ddl.md

Summary

Removed preview service notice and updated concurrency control example scenario from table creation/select to column addition/insert operations

Security assessment

The changes update documentation examples and remove beta status notices. There is no evidence of security vulnerability fixes or security-related content additions. The concurrency example modification demonstrates normal operational behavior rather than addressing security concerns.

Diff

diff --git a/aurora-dsql/latest/userguide/working-with-ddl.md b/aurora-dsql/latest/userguide/working-with-ddl.md
index b977f020b..4bd1b6155 100644
--- a//aurora-dsql/latest/userguide/working-with-ddl.md
+++ b//aurora-dsql/latest/userguide/working-with-ddl.md
@@ -5,2 +4,0 @@
-Amazon Aurora DSQL is provided as a Preview service. To learn more, see [Betas and Previews ](https://aws.amazon.com/service-terms/) in the AWS Service Terms. 
-
@@ -18 +16 @@ Aurora DSQL returns a concurrency control violation error if you run one transac
-  1. In session 1, a user creates the table `mytable`.
+  1. In session 1, a user adds a column to the table `mytable`.
@@ -20 +18 @@ Aurora DSQL returns a concurrency control violation error if you run one transac
-  2. In session 2, a user runs the statement `SELECT * from mytable`. 
+  2. In session 2, a user attempts to insert a row into `mytable`.