AWS rekognition documentation change
Summary
Removed a JSON IAM policy example for Kinesis Video Streams API access permissions.
Security assessment
The removal of a troubleshooting policy example does not indicate a direct security fix. No evidence of security vulnerability remediation.
Diff
diff --git a/rekognition/latest/dg/streaming-video-troubleshooting.md b/rekognition/latest/dg/streaming-video-troubleshooting.md index affb1e9d6..5eea67c59 100644 --- a//rekognition/latest/dg/streaming-video-troubleshooting.md +++ b//rekognition/latest/dg/streaming-video-troubleshooting.md @@ -160,30 +159,0 @@ The role doesn't have access to the Kinesis Video Streams API operations `GetMed -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "kinesis:PutRecord", - "kinesis:PutRecords" - ], - "Resource": "arn:${Partition}:kinesis:${us-east-1}:${123456789012}:stream/${StreamName}" - }, - { - "Effect": "Allow", - "Action": [ - "kinesisvideo:GetDataEndpoint", - "kinesisvideo:GetMedia" - ], - "Resource": "arn:${Partition}:kinesisvideo:${us-east-1}:${123456789012}:stream/${StreamName}/${CreationTime}" - } - ] - } - - -