AWS cli documentation change
Summary
Added support for redundant ingest feature with new --redundant-ingest flag and documentation for redundantIngest and redundantIngestCredentials fields
Security assessment
This change adds documentation for a new redundant ingest feature that includes security credentials (stream keys) for redundant ingest configurations. While it documents security-related credentials, there's no evidence it addresses a specific security vulnerability. The change enhances availability through redundancy but doesn't fix a security issue.
Diff
diff --git a/cli/latest/reference/ivs-realtime/create-ingest-configuration.md b/cli/latest/reference/ivs-realtime/create-ingest-configuration.md index bda8d9eae..78cc2c121 100644 --- a//cli/latest/reference/ivs-realtime/create-ingest-configuration.md +++ b//cli/latest/reference/ivs-realtime/create-ingest-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -73,0 +74 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-re + [--redundant-ingest | --no-redundant-ingest] @@ -170,0 +172,4 @@ JSON Syntax: +`--redundant-ingest` | `--no-redundant-ingest` (boolean) + +> Indicates whether redundant ingest is enabled for the ingest configuration. Default: `false` . + @@ -457,0 +463,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-]+_.+` +>>>> + @@ -506 +545 @@ ingestConfiguration -> (structure) - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) »