AWS kinesisvideostreams documentation change
Summary
Removed JSON policy example for IoT permissions.
Security assessment
Policy removal appears to be documentation cleanup without explicit security context or vulnerability indication.
Diff
diff --git a/kinesisvideostreams/latest/dg/gs-create-policy.md b/kinesisvideostreams/latest/dg/gs-create-policy.md index 7415772a8..f65de9625 100644 --- a//kinesisvideostreams/latest/dg/gs-create-policy.md +++ b//kinesisvideostreams/latest/dg/gs-create-policy.md @@ -42,32 +41,0 @@ For more information about using tags in IAM, see [Tagging your AWS IoT resource -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "iot:Connect", - "iot:Publish", - "iot:Subscribe", - "iot:Receive" - ], - "Resource": [ - "*" - ] - }, - { - "Effect": "Allow", - "Action": [ - "iot:AssumeRoleWithWebIdentity" - ], - "Resource": "arn:aws:iot:us-west-2:123456789012:rolealias/your-role-alias" - } - ] - } - -