AWS rekognition documentation change
Summary
Removed IAM PassRole and SNS publish policy examples
Security assessment
Deletion of role delegation examples doesn't indicate security fixes. Routine content removal without security implications.
Diff
diff --git a/rekognition/latest/dg/api-video-roles.md b/rekognition/latest/dg/api-video-roles.md index 23c90da05..1530337b6 100644 --- a//rekognition/latest/dg/api-video-roles.md +++ b//rekognition/latest/dg/api-video-roles.md @@ -51,20 +50,0 @@ If you're using IAM Identity Center to authenticate, add the permissions to the -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "MySid", - "Effect": "Allow", - "Action": "iam:PassRole", - "Resource": "arn:${Partition}:iam::${123456789012}:role/${RoleNameWithPath}" - } - ] - } - - - @@ -124,21 +103,0 @@ You can create a permissions policy that allows Amazon Rekognition Video access -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "sns:Publish" - ], - "Resource": "arn:${Partition}:sns:${us-east-1}:${123456789012}:${TopicName}" - } - ] - } - - -