AWS Security ChangesHomeSearch

AWS kinesisvideostreams-webrtc-dg documentation change

Service: kinesisvideostreams-webrtc-dg · 2025-11-22 · Documentation low

File: kinesisvideostreams-webrtc-dg/latest/devguide/ingestion-create-stream.md

Summary

Updated documentation URLs by adding double slashes after domain in multiple links (console URLs, AWS CLI references, and CloudShell documentation links). No functional changes to security controls or stream creation process.

Security assessment

The changes only modify URL formatting by adding redundant slashes (// after domain). There is no evidence of addressing security vulnerabilities, access controls, encryption, or authentication mechanisms. The updates appear to be documentation link formatting corrections rather than security-related content.

Diff

diff --git a/kinesisvideostreams-webrtc-dg/latest/devguide/ingestion-create-stream.md b/kinesisvideostreams-webrtc-dg/latest/devguide/ingestion-create-stream.md
index 1229b533a..159d58ac2 100644
--- a//kinesisvideostreams-webrtc-dg/latest/devguide/ingestion-create-stream.md
+++ b//kinesisvideostreams-webrtc-dg/latest/devguide/ingestion-create-stream.md
@@ -13 +13 @@ WebRTC Ingestion requires a Kinesis video stream with data retention greater tha
-To create a stream, call the [CreateStream](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_CreateStream.html) API using the AWS Management Console, AWS CLI, or one of the AWS SDK’s.
+To create a stream, call the [CreateStream](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_CreateStream.html) API using the AWS Management Console, AWS CLI, or one of the AWS SDK’s.
@@ -24 +24 @@ Do the following:
-  1. Open the **Kinesis Video Streams** console at [https://console.aws.amazon.com/kinesisvideo/home/](https://console.aws.amazon.com/kinesisvideo/home/).
+  1. Open the **Kinesis Video Streams** console at [https://console.aws.amazon.com/kinesisvideo/home/](https://console.aws.amazon.com//kinesisvideo/home/).
@@ -42 +42 @@ AWS CLI
-Verify that you have the AWS CLI installed and configured. For more information, see the [AWS Command Line Interface User Guide](https://docs.aws.amazon.com/cli/latest/userguide/).
+Verify that you have the AWS CLI installed and configured. For more information, see the [AWS Command Line Interface User Guide](https://docs.aws.amazon.com//cli/latest/userguide/).
@@ -44 +44 @@ Verify that you have the AWS CLI installed and configured. For more information,
-For installation instructions, see the [AWS Command Line Interface User Guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions). After installation, [configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html#getting-started-quickstart-new) with credentials and region.
+For installation instructions, see the [AWS Command Line Interface User Guide](https://docs.aws.amazon.com//cli/latest/userguide/getting-started-install.html#getting-started-install-instructions). After installation, [configure the AWS CLI](https://docs.aws.amazon.com//cli/latest/userguide/getting-started-quickstart.html#getting-started-quickstart-new) with credentials and region.
@@ -46 +46 @@ For installation instructions, see the [AWS Command Line Interface User Guide](h
-Alternatively, open the AWS CloudShell terminal, which has the AWS CLI installed and configured. See the [AWS CloudShell User Guide](https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html#how-to-get-started) for more information.
+Alternatively, open the AWS CloudShell terminal, which has the AWS CLI installed and configured. See the [AWS CloudShell User Guide](https://docs.aws.amazon.com//cloudshell/latest/userguide/welcome.html#how-to-get-started) for more information.
@@ -68 +68 @@ This code snippet shows you how to create a Kinesis video stream using the AWS S
-Create the Kinesis Video Streams client. This is the client used to call the [CreateStream](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_CreateStream.html) API.
+Create the Kinesis Video Streams client. This is the client used to call the [CreateStream](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_CreateStream.html) API.