AWS Security ChangesHomeSearch

AWS msk documentation change

Service: msk · 2026-02-25 · Documentation low

File: msk/latest/developerguide/privatelink-vpc-endpoints.md

Summary

Updated example endpoint policy by replacing placeholder IAM role ARN with concrete example and removed extraneous formatting lines.

Security assessment

The change improves documentation clarity but doesn't address any security vulnerability. It updates an example policy to use a valid role ARN format which helps prevent misconfiguration, but doesn't fix any known security flaw.

Diff

diff --git a/msk/latest/developerguide/privatelink-vpc-endpoints.md b/msk/latest/developerguide/privatelink-vpc-endpoints.md
index eb51e7e05..bb3156b5e 100644
--- a//msk/latest/developerguide/privatelink-vpc-endpoints.md
+++ b//msk/latest/developerguide/privatelink-vpc-endpoints.md
@@ -96,8 +95,0 @@ The following is an example of an endpoint policy for MSK Connect. This policy a
-JSON
-
-JSON
-    
-
-****
-    
-    
@@ -118 +110 @@ JSON
-                        "arn:aws:iam::111122223333:role/<ExampleRole>"
+                        "arn:aws:iam::111122223333:role/MyMSKConnectExecutionRole"