AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version references from 2.31.13 to 2.31.16 and added documentation for new instance modes (INGEST, QUERY, COMPACT, PROCESS) and instanceModes parameter

Security assessment

The version number update is routine maintenance. The added instance modes and instanceModes parameter expand configuration options but don't explicitly address security vulnerabilities or describe security controls. The password field clarification (InfluxDB v2) adds version specificity but doesn't introduce new security concepts.

Diff

diff --git a/cli/latest/reference/timestream-influxdb/create-db-instance.md b/cli/latest/reference/timestream-influxdb/create-db-instance.md
index 606707ea5..e42923a90 100644
--- a//cli/latest/reference/timestream-influxdb/create-db-instance.md
+++ b//cli/latest/reference/timestream-influxdb/create-db-instance.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
@@ -133 +133 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/timest
-> The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Secrets Manager in your account.
+> The password of the initial admin user created in InfluxDB v2. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Secrets Manager in your account.
@@ -753,0 +754,4 @@ instanceMode -> (string)
+>   * `INGEST`
+>   * `QUERY`
+>   * `COMPACT`
+>   * `PROCESS`
@@ -756,0 +761,18 @@ instanceMode -> (string)
+instanceModes -> (list)
+
+> Specifies the DbInstance’s roles in the cluster.
+> 
+> (string)
+>
+>> Possible values:
+>> 
+>>   * `PRIMARY`
+>>   * `STANDBY`
+>>   * `REPLICA`
+>>   * `INGEST`
+>>   * `QUERY`
+>>   * `COMPACT`
+>>   * `PROCESS`
+>> 
+
+
@@ -767 +789 @@ instanceMode -> (string)
-  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.16 Command Reference](../../index.html) »