AWS msk documentation change
Summary
Removed a clarifying sentence about IAM policy actions for describing replicator, simplifying the example policy statement.
Security assessment
This change removes a clarification about IAM actions (kafka:DescribeReplicator and kafka:ListTagsForResource) but doesn't indicate any security vulnerability or incident. It appears to be a documentation simplification rather than a security-related update.
Diff
diff --git a/msk/latest/developerguide/msk-replicator-requirements.md b/msk/latest/developerguide/msk-replicator-requirements.md index b6e412970..af1f0a6b6 100644 --- a//msk/latest/developerguide/msk-replicator-requirements.md +++ b//msk/latest/developerguide/msk-replicator-requirements.md @@ -74 +74 @@ JSON -The following is an example IAM policy to describe replicator. Either the `kafka:DescribeReplicator` action or `kafka:ListTagsForResource` action is needed, not both. +The following is an example IAM policy to describe replicator.