AWS AmazonRDS documentation change
Summary
Updated documentation to remove references to Aurora Serverless v1 and clarify that Data API now works with provisioned and Aurora Serverless v2 instances. Updated console instructions for enabling/disabling Data API via Actions menu instead of Connectivity & security tab.
Security assessment
This change documents feature availability updates and user interface changes for enabling/disabling the RDS Data API. There is no evidence of security vulnerabilities, patches, or security incidents being addressed. The changes are routine documentation updates reflecting product evolution and interface changes.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/data-api.enabling.md b/AmazonRDS/latest/AuroraUserGuide/data-api.enabling.md index 724587808..bda236ba4 100644 --- a//AmazonRDS/latest/AuroraUserGuide/data-api.enabling.md +++ b//AmazonRDS/latest/AuroraUserGuide/data-api.enabling.md @@ -7 +7 @@ -Enabling RDS Data API when you create a databaseEnabling RDS Data API on an existing database +Enabling RDS Data API when you create a databaseEnabling or disabling RDS Data API on an existing database @@ -15 +15 @@ To use the Amazon RDS Data API (Data API), enable it for your Aurora DB cluster. -Whether Data API is available for your cluster depends on your Aurora version, database engine, and AWS Region. For older Aurora versions, Data API only works with Aurora Serverless v1 clusters. For newer Aurora versions, Data API works with clusters that use both provisioned and Aurora Serverless v2 instances. To check whether your cluster can use Data API, see [Supported Regions and Aurora DB engines for RDS Data API](./Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.html). +Whether Data API is available for your cluster depends on your Aurora version, database engine, and AWS Region. For Aurora, Data API works with clusters that use both provisioned and Aurora Serverless v2 instances. To check whether your cluster can use Data API, see [Supported Regions and Aurora DB engines for RDS Data API](./Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.html). @@ -21 +21 @@ Whether Data API is available for your cluster depends on your Aurora version, d - * Enabling RDS Data API on an existing database + * Enabling or disabling RDS Data API on an existing database @@ -38,2 +37,0 @@ For instructions on how to create an Aurora DB cluster that can use the RDS Data - * For Aurora Serverless v1 – [Creating an Aurora Serverless v1 DB cluster](./aurora-serverless.create.html) - @@ -65 +63 @@ To enable Data API while you're creating an Aurora DB cluster, use the [CreateDB -## Enabling RDS Data API on an existing database +## Enabling or disabling RDS Data API on an existing database @@ -73,2 +70,0 @@ You can modify a DB cluster that supports RDS Data API (Data API) to enable or d - * Enabling or disabling Data API (Aurora Serverless v1 only) - @@ -80 +76 @@ You can modify a DB cluster that supports RDS Data API (Data API) to enable or d -Use the following procedures to enable or disable Data API on Aurora Serverless v2 and provisioned databases. To enable or disable Data API on Aurora Serverless v1 databases, use the procedures in Enabling or disabling Data API (Aurora Serverless v1 only). +Use the following procedures to enable or disable Data API on Aurora Serverless v2 and provisioned databases. @@ -82 +78 @@ Use the following procedures to enable or disable Data API on Aurora Serverless -You can enable or disable Data API by using the RDS console for a DB cluster that supports this feature. To do so, open the cluster details page of the database on which you want to enable or disable Data API, and on the **Connectivity & security** tab, go to the **RDS Data API** section. This section displays the status of Data API, and allows you to enable or disable it. +You can enable or disable Data API by using the RDS console for a DB cluster that supports this feature. To do so, open the cluster details page of the database on which you want to enable or disable Data API, and select **Enable RDS Data API** or **Disable RDS Data API** from the **Actions** dropdown menu. This will allow you to enable or disable the RDS Data API for your cluster. @@ -106,32 +101,0 @@ To enable or disable Data API on an existing database, use the [EnableHttpEndpoi -### Enabling or disabling Data API (Aurora Serverless v1 only) - -Use the following procedures to enable or disable Data API on existing Aurora Serverless v1 databases. To enable or disable Data API on Aurora Serverless v2 and provisioned databases, use the procedures in Enabling or disabling Data API (Aurora Serverless v2 and provisioned). - -When you modify an Aurora Serverless v1 DB cluster, you enable Data API in the RDS console's **Connectivity** section. - -The following screenshot shows the enabled **Data API** when modifying an Aurora DB cluster. - - - -For instructions on how to modify an Aurora Serverless v1 DB cluster, see [Modifying an Aurora Serverless v1 DB cluster](./aurora-serverless.modifying.html). - -To enable or disable Data API, run the [modify-db-cluster](https://docs.aws.amazon.com/cli/latest/reference/rds/modify-db-cluster.html) AWS CLI command, with the `--enable-http-endpoint` or `--no-enable-http-endpoint`, as applicable. - -The following example enables Data API on `sample-cluster`. - -For Linux, macOS, or Unix: - - - aws rds modify-db-cluster \ - --db-cluster-identifier sample-cluster \ - --enable-http-endpoint - -For Windows: - - - aws rds modify-db-cluster ^ - --db-cluster-identifier sample-cluster ^ - --enable-http-endpoint - -To enable Data API, use the [ModifyDBCluster](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBCluster.html) operation, and set the value of `EnableHttpEndpoint` to `true` or `false`, as applicable. -