AWS Security ChangesHomeSearch

AWS medialive documentation change

Service: medialive · 2026-04-01 · Documentation low

File: medialive/latest/ug/setting-up-for-production.md

Summary

Removed standalone 'Elemental Inference' section and replaced with link to separate requirements page; removed detailed IAM permission requirements for Elemental Inference feeds and FAS (Forward Access Sessions)

Security assessment

This change restructures documentation by moving detailed IAM permission requirements to a separate page. While IAM permissions are security-related, this is a documentation reorganization rather than addressing a specific security vulnerability. The change removes explicit permission details but provides a link to the requirements page.

Diff

diff --git a/medialive/latest/ug/setting-up-for-production.md b/medialive/latest/ug/setting-up-for-production.md
index 666723581..acadbb340 100644
--- a//medialive/latest/ug/setting-up-for-production.md
+++ b//medialive/latest/ug/setting-up-for-production.md
@@ -5,2 +4,0 @@
-Elemental Inference
-
@@ -44 +42 @@ This section assumes that you have already performed these tasks:
-  * Elemental Inference
+  * [Elemental Inference](./requirements-for-inference.html)
@@ -63,16 +60,0 @@ This section assumes that you have already performed these tasks:
-## Requirements for Elemental Inference
-
-Your organization might implement [AWS Elemental Inference features](./elemental-inference.html) in a channel. Users who configure the channel to use these features need permissions to work with feeds. 
-
-  * Users need permissions to work with feeds. Users need these permissions even though they are using the MediaLive console or API to set up the feeds and to associate the channel with the feed. 
-
-  * Users need permissions to let MediaLive perform setup on a feed after the channel has been created or modified. The setup involves associating the channel with the feed. MediaLive uses IAM forward access sessions (FAS) to send and retrieve.
-
-
-
-
-Permissions | Service name in IAM | Actions  
----|---|---  
-When configuring a channel, so that MediaLive can work with the Elemental Inference feed. | Elemental Inference | `CreateFeed``DeleteFeed``GetFeed``ListFeeds``UpdateFeed`  
-After configuration of a channel, so that MediaLive can use FAS to associate the channel with the Elemental Inference feed. | Elemental Inference |  `AssociateFeed` `DisassociateFeed` `GetFeed`  
-