AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-22 · Documentation medium

File: cli/latest/reference/rds/create-db-cluster.md

Summary

Modified PubliclyAccessible documentation and added UpgradeRolloutOrder field

Security assessment

The changes clarify security-relevant network access controls (public/private DB cluster behavior) and add error conditions for misconfigured public access. While this improves security documentation, there's no evidence of addressing a specific vulnerability. The new UpgradeRolloutOrder field appears operational rather than security-focused.

Diff

diff --git a/cli/latest/reference/rds/create-db-cluster.md b/cli/latest/reference/rds/create-db-cluster.md
index 6477ff5bb..babe145e8 100644
--- a//cli/latest/reference/rds/create-db-cluster.md
+++ b//cli/latest/reference/rds/create-db-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »
@@ -737,4 +736,0 @@ JSON Syntax:
-> When the DB cluster is publicly accessible and you connect from outside of the DB cluster’s virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn’t permitted if the security group assigned to the DB cluster doesn’t permit it.
-> 
-> When the DB cluster isn’t publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
-> 
@@ -743 +739 @@ JSON Syntax:
-> Default: The default behavior varies depending on whether `DBSubnetGroupName` is specified.
+> When the DB cluster is publicly accessible and you connect from outside of the DB cluster’s virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings.
@@ -745 +741 @@ JSON Syntax:
-> If `DBSubnetGroupName` isn’t specified, and `PubliclyAccessible` isn’t specified, the following applies:
+> When the DB cluster isn’t publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.
@@ -747,2 +743 @@ JSON Syntax:
->   * If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.
->   * If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.
+> The default behavior when `PubliclyAccessible` is not specified depends on whether a `DBSubnetGroup` is specified.
@@ -750 +745 @@ JSON Syntax:
-
+> If `DBSubnetGroup` isn’t specified, `PubliclyAccessible` defaults to `true` .
@@ -752 +747 @@ JSON Syntax:
-> If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn’t specified, the following applies:
+> If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to `false` unless the value of `DBSubnetGroup` is `default` , in which case `PubliclyAccessible` defaults to `true` .
@@ -754,4 +749 @@ JSON Syntax:
->   * If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.
->   * If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.
-> 
-
+> If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup` is in doesn’t have an internet gateway attached to it, Amazon RDS returns an error.
@@ -1420,0 +1413,18 @@ DBCluster -> (structure)
+> 
+> UpgradeRolloutOrder -> (string)
+>
+>> This data type represents the order in which the clusters are upgraded.
+>> 
+>>   * [first] - Typically used for development or testing environments.
+>>   * [second] - Default order for resources not specifically configured.
+>>   * [last] - Usually reserved for production environments.
+>> 
+
+>> 
+>> Possible values:
+>> 
+>>   * `first`
+>>   * `second`
+>>   * `last`
+>> 
+
@@ -2140 +2150 @@ DBCluster -> (structure)
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »