IAM / analytics / ivs

Amazon Interactive Video Service (IAM)

JSON →
AWSivsanalytics

Amazon Interactive Video Service (IVS) is a managed live video streaming solution that offers low-latency or real-time streaming for interactive video experiences.

iamaws
Permissions
Actions in this service
ivs:GetChannel
ivs:GetStream
ivs:ListChannels
ivs:ListStreams
ivs:CreateChannel
ivs:UpdateChannel
ivs:PutMetadata
ivs:TagResource
Policy
Minimal privilege example

Copy-paste least-privilege policy statement — not yet harness-verified.

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ivs:GetChannel", "ivs:GetStream", "ivs:ListChannels", "ivs:ListStreams", "ivs:CreateChannel", "ivs:UpdateChannel", "ivs:PutMetadata", "ivs:TagResource" ], "Resource": "*" } ] }
SDK mapping
Method → permission

SDK method mapping (e.g. boto3.get_object()s3:GetObject) is not yet collected.

Footguns
Known gotchas
Avoid ivs:* — grants full control including delete/modify of channels, stages, and stream keys
Avoid ivs:DeleteChannel — can permanently delete channels and disrupt live streaming
Resources