AWS dms documentation change
Summary
Removed Kinesis data stream IAM policy example for migration permissions
Security assessment
Policy example removal affects stream access documentation but doesn't indicate a security fix. Kinesis permissions are security-relevant but no vulnerability addressed.
Diff
diff --git a/dms/latest/userguide/CHAP_Target.Kinesis.md b/dms/latest/userguide/CHAP_Target.Kinesis.md index 9f3eb2537..8edb1e239 100644 --- a//dms/latest/userguide/CHAP_Target.Kinesis.md +++ b//dms/latest/userguide/CHAP_Target.Kinesis.md @@ -259,23 +258,0 @@ The role that you use for the migration to a Kinesis data stream must have the f -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "kinesis:DescribeStream", - "kinesis:PutRecord", - "kinesis:PutRecords" - ], - "Resource": "arn:aws:kinesis:us-east-1:accountID:stream/streamName" - } - ] - } - -