AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-16 · Documentation low

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

Summary

Made --password, --allocated-storage, and --deployment-type parameters optional; updated default port description

Security assessment

Parameters marked as optional in CLI syntax, but no explicit security context or vulnerability addressed. While optional parameters could impact configurations, there is no direct evidence of a security fix or documentation of security features.

Diff

diff --git a/cli/latest/reference/timestream-influxdb/create-db-cluster.md b/cli/latest/reference/timestream-influxdb/create-db-cluster.md
index 13709883d..809065d75 100644
--- a//cli/latest/reference/timestream-influxdb/create-db-cluster.md
+++ b//cli/latest/reference/timestream-influxdb/create-db-cluster.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
@@ -69 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-    --password <value>
+    [--password <value>]
@@ -76 +76 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-    --allocated-storage <value>
+    [--allocated-storage <value>]
@@ -81 +81 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-    --deployment-type <value>
+    [--deployment-type <value>]
@@ -132 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-`--password` (string) [required]
+`--password` (string)
@@ -173 +173 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-> Default: 8086
+> Default: 8086 for InfluxDB v2, 8181 for InfluxDB v3
@@ -234 +234 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-`--allocated-storage` (integer) [required]
+`--allocated-storage` (integer)
@@ -314 +314 @@ Syntax:
-`--deployment-type` (string) [required]
+`--deployment-type` (string)
@@ -555 +555 @@ dbClusterStatus -> (string)
-  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.16 Command Reference](../../index.html) »