AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-03-23 · Documentation low

File: solutions/latest/video-on-demand-on-aws/how-the-solution-works.md

Summary

Formatting changes including image caption restructuring, hyphen consistency fixes, and minor punctuation adjustments in workflow documentation

Security assessment

Changes involve documentation formatting (image placement/captions) and punctuation standardization. No security-related content additions or vulnerability references found.

Diff

diff --git a/solutions/latest/video-on-demand-on-aws/how-the-solution-works.md b/solutions/latest/video-on-demand-on-aws/how-the-solution-works.md
index f58bc06c8..d79f1372b 100644
--- a/solutions/latest/video-on-demand-on-aws/how-the-solution-works.md
+++ b/solutions/latest/video-on-demand-on-aws/how-the-solution-works.md
@@ -13 +13 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-![Video on demand solution ingest workflow](/images/solutions/latest/video-on-demand-on-aws/images/ingest-workflow.png)
+**Video on demand solution ingest workflow**
@@ -15 +15 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-**_Ingest workflow_**
+![ingest workflow](/images/solutions/latest/video-on-demand-on-aws/images/ingest-workflow.png)
@@ -17 +17 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-  * **Input Validate** – Parses the input to the workflow, checks for the source video file, and defines the workflow configuration using the AWS Lambda function environment variables. If turned on, this step downloads the metadata file and overwrites the default environment variables with the variable definitions in the metadata file (metadata and video version only). For more information, refer to [Metadata file](./metadata-file.html). 
+  * **Input Validate** \- Parses the input to the workflow, checks for the source video file, and defines the workflow configuration using the AWS Lambda function environment variables. If turned on, this step downloads the metadata file and overwrites the default environment variables with the variable definitions in the metadata file (metadata and video version only). For more information, refer to [Metadata file](./metadata-file.html).
@@ -19 +19 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-  * **MediaInfo** – Generates a signed Amazon S3 URL for the source video and runs MediaInfo to extract metadata about the video. 
+  * **MediaInfo** \- Generates a signed Amazon S3 URL for the source video and runs MediaInfo to extract metadata about the video.
@@ -21 +21 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-  * **DynamoDB Update** – Takes accumulated data from each step and stores it in Amazon DynamoDB. 
+  * **DynamoDB Update** \- Takes accumulated data from each step and stores it in Amazon DynamoDB.
@@ -23 +23 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-  * **SNS Notification** – Sends an Amazon SNS notification with a summary of the ingest process. 
+  * **SNS Notification** \- Sends an Amazon SNS notification with a summary of the ingest process.
@@ -25 +25 @@ When a new video is added to the source Amazon Simple Storage Service (Amazon S3
-  * **Process Execute** – Starts the processing workflow. 
+  * **Process Execute** \- Starts the processing workflow.
@@ -34 +34 @@ When the ingest workflow is complete, it starts the processing workflow. The pro
-![Video on demand solution ingest workflow](/images/solutions/latest/video-on-demand-on-aws/images/processing-workflow.png)
+**Video on demand solution ingest workflow**
@@ -36 +36 @@ When the ingest workflow is complete, it starts the processing workflow. The pro
-**Processing workflow**
+![processing workflow](/images/solutions/latest/video-on-demand-on-aws/images/processing-workflow.png)
@@ -38 +38 @@ When the ingest workflow is complete, it starts the processing workflow. The pro
-  * **Profiler** – Gets the source video's height and width from the metadata file, defines the settings for frame capture (if turned on), and chooses which template to use for encoding based on the source video's height. For example, if the source video is greater than or equal to 1080p, the 1080p job template will be used. 
+  * **Profiler** \- Gets the source video’s height and width from the metadata file, defines the settings for frame capture (if turned on), and chooses which template to use for encoding based on the source video’s height. For example, if the source video is greater than or equal to 1080p, the 1080p job template will be used.
@@ -40 +40 @@ When the ingest workflow is complete, it starts the processing workflow. The pro
-  * **Encoding Profile Check, Accelerated Transcoding Check, and Frame Capture check** – Helps visualize which settings the profiler step applied. 
+  * **Encoding Profile Check, Accelerated Transcoding Check, and Frame Capture check** \- Helps visualize which settings the profiler step applied.
@@ -42 +42 @@ When the ingest workflow is complete, it starts the processing workflow. The pro
-  * **Encode Job Submit** – Submits the encoding job with the template defined by the profiler to MediaConvert. 
+  * **Encode Job Submit** \- Submits the encoding job with the template defined by the profiler to MediaConvert.
@@ -44 +44 @@ When the ingest workflow is complete, it starts the processing workflow. The pro
-  * **Dynamo Update** – Takes accumulated data from each step and stores it in Amazon DynamoDB. 
+  * **Dynamo Update** \- Takes accumulated data from each step and stores it in Amazon DynamoDB.
@@ -53 +53 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-![Video on demand solution publishing workflow](/images/solutions/latest/video-on-demand-on-aws/images/publishing-workflow.png)
+**Video on demand solution publishing workflow**
@@ -55 +55 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-**_Publishing workflow_**
+![publishing workflow](/images/solutions/latest/video-on-demand-on-aws/images/publishing-workflow.png)
@@ -59 +59 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-  * **Archive Choice** – If Glacier or Glacier Deep Archive was activated, this step tags the source video with a unique identifier and the archive to invoke the Amazon Glacier lifecycle policy.
+  * **Archive Choice** \- If Glacier or Glacier Deep Archive was activated, this step tags the source video with a unique identifier and the archive to invoke the Amazon Glacier lifecycle policy.
@@ -61 +61 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-  * **MediaPackage Choice** – If you configure the solution to use MediaPackage, this step takes the output from MediaConvert and uses it as a source for a MediaPackage asset, which contains all the information MediaPackage requires to ingest file-based video content. 
+  * **MediaPackage Choice** \- If you configure the solution to use MediaPackage, this step takes the output from MediaConvert and uses it as a source for a MediaPackage asset, which contains all the information MediaPackage requires to ingest file-based video content.
@@ -63 +63 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-  * **DynamoDB Update** – Updates Amazon DynamoDB table with the event data. 
+  * **DynamoDB Update** \- Updates Amazon DynamoDB table with the event data.
@@ -65 +65 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-  * **SQS Choice** – If activated, this step sends all workflow outputs to an SQS queue that is ingested into upstream workflows or processes. 
+  * **SQS Choice** \- If activated, this step sends all workflow outputs to an SQS queue that is ingested into upstream workflows or processes.
@@ -67 +67 @@ When encoding is complete, an EventBridge rule invokes an AWS Lambda function th
-  * **SNS Choice** – If activated, this step sends an Amazon SNS notification with a summary of the workflow and the Amazon CloudFront URLs. 
+  * **SNS Choice** \- If activated, this step sends an Amazon SNS notification with a summary of the workflow and the Amazon CloudFront URLs.