AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-10 · Documentation low

File: cli/latest/reference/ivs-realtime/update-ingest-configuration.md

Summary

Updated AWS CLI version from 2.34.25 to 2.34.28 and added documentation for a new 'redundant-ingest' feature, including command-line options and output fields (redundantIngest, redundantIngestCredentials with participantId and streamKey).

Security assessment

The change documents a new feature for enabling redundant ingest in IVS Real-Time, which is a reliability feature. While it involves credentials (streamKey), there is no indication of a security issue being fixed; it's a feature addition. The documentation includes security considerations (like credential handling) but does not primarily focus on security features.

Diff

diff --git a/cli/latest/reference/ivs-realtime/update-ingest-configuration.md b/cli/latest/reference/ivs-realtime/update-ingest-configuration.md
index 228fc24da..8593f42c5 100644
--- a//cli/latest/reference/ivs-realtime/update-ingest-configuration.md
+++ b//cli/latest/reference/ivs-realtime/update-ingest-configuration.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-re
+    [--redundant-ingest | --no-redundant-ingest]
@@ -118,0 +120,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-re
+`--redundant-ingest` | `--no-redundant-ingest` (boolean)
+
+> Indicates whether redundant ingest is enabled for the ingest configuration. Default: `false` .
+
@@ -363,0 +369,34 @@ ingestConfiguration -> (structure)
+> 
+> redundantIngest -> (boolean)
+>
+>> Indicates whether redundant ingest is enabled for the ingest configuration.
+> 
+> redundantIngestCredentials -> (list)
+>
+>> A list of redundant ingest credentials, present only when `redundantIngest` is set to `true` . See [Redundant Ingest](https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-rtmp-publishing.html#redundant-ingest) in _IVS RTMP Publishing_ for details.
+>> 
+>> (structure)
+>>
+>>> An object representing a redundant ingest credential.
+>>> 
+>>> participantId -> (string)
+>>>
+>>>> ID of the participant within the stage.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `64`
+>>>>   * pattern: `[a-zA-Z0-9-]*`
+>>>> 
+
+>>> 
+>>> streamKey -> (string)
+>>>
+>>>> Ingest-key value.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * pattern: `rt_[0-9]+_[a-z0-9-]+_[a-zA-Z0-9-]+_.+`
+>>>> 
+
@@ -412 +451 @@ ingestConfiguration -> (structure)
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »