Amazon Interactive Video Service (IAM)
JSON →Amazon Interactive Video Service (IVS) is a managed live video streaming solution that offers low-latency or real-time streaming for interactive video experiences.
Common permissions
ivs:GetChannelivs:GetStreamivs:ListChannelsivs:ListStreamsivs:CreateChannelivs:UpdateChannelivs:PutMetadataivs:TagResource Least-privilege example
{
"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": "*"
}
]
} Warnings
- 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
API
full doc /v1/iam/ivs