AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

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

File: aurora-dsql/latest/userguide/programming-with.md

Summary

Restructured documentation, added AWS CloudFormation support details, and added section on preventative security best practices

Security assessment

Added AWS CloudFormation integration documentation and changed a section title to 'Preventative security best practices', indicating guidance for secure infrastructure-as-code practices. While this promotes security hygiene, there's no evidence of addressing a specific vulnerability.

Diff

diff --git a/aurora-dsql/latest/userguide/programming-with.md b/aurora-dsql/latest/userguide/programming-with.md
index a40baac5c..993d4b835 100644
--- a//aurora-dsql/latest/userguide/programming-with.md
+++ b//aurora-dsql/latest/userguide/programming-with.md
@@ -5,2 +4,0 @@
-Programmatic access
-
@@ -9,19 +7 @@ Amazon Aurora DSQL is provided as a Preview service. To learn more, see [Betas a
-# Programming with Aurora DSQL
-
-You can use the AWS software development kits (SDK) and AWS CLI to interact with Aurora DSQL programmatically. For more information about the programmatic interfaces for Aurora DSQL, see Accessing Amazon Aurora DSQL programmatically. 
-
-###### Topics
-
-  * Accessing Amazon Aurora DSQL programmatically
-
-  * [Manage clusters in Aurora DSQL with the AWS CLI](./programming-with-cli-crud.html)
-
-  * [Manage clusters in Aurora DSQL with the AWS SDKs](./programming-with-sdk-crud.html)
-
-  * [Programming with Python](./SECTION_common-libraries-python.html)
-
-  * [Programming with Java](./SECTION_common-libraries-java.html)
-
-  * [Programming with JavaScript](./SECTION_common-libraries-javascript.html)
-
-  * [Programming with C++](./SECTION_common-libraries-cpp.html)
+# Programming with Amazon Aurora DSQL
@@ -29,14 +9 @@ You can use the AWS software development kits (SDK) and AWS CLI to interact with
-  * [Programming with Ruby](./SECTION_common-libraries-ruby.html)
-
-  * [Programming with .NET](./SECTION_common-libraries-net.html)
-
-  * [Programming with Rust](./SECTION_common-libraries-rust.html)
-
-  * [Programming with Golang](./SECTION_common-libraries-go.html)
-
-
-
-
-## Accessing Amazon Aurora DSQL programmatically
-
-Aurora DSQL provides you with the following tools to manage your Aurora DSQL resources programmatically:
+Aurora DSQL provides you with the following tools to manage your Aurora DSQL resources programmatically.
@@ -62 +29,3 @@ This API is another programming interface for Aurora DSQL. When using this API,
-During Preview, Aurora DSQL doesn't support AWS CloudFormation.
+The [AWS::DSQL::Cluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dsql-cluster.html) is an AWS CloudFormation resource that enables you to create and manage Aurora DSQL clusters as part of your infrastructure as code. AWS CloudFormation helps you define your entire AWS environment in code, making it easier to provision, update, and replicate your infrastructure in a consistent and reliable way.
+
+When you use the AWS::DSQL::Cluster resource in your AWS CloudFormation templates, you can declaratively provision Aurora DSQL clusters alongside your other cloud resources. This helps ensure that your data infrastructure deploys and manages alongside the rest of your application stack.
@@ -70 +39 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-System tables and commands
+Preventative security best practices
@@ -72 +41 @@ System tables and commands
-Manage clusters with the AWS CLI
+AWS SDKs and sample code