AWS Security ChangesHomeSearch

AWS glue medium security documentation change

Service: glue · 2025-08-10 · Security-related medium

File: glue/latest/dg/mixpanel-configuring-connections.md

Summary

Added JSON code block markers and corrected a trailing comma in an EC2 permission in IAM policy example

Security assessment

Fixing trailing comma in EC2 permission ensures valid JSON syntax for Mixpanel connection permissions.

Diff

diff --git a/glue/latest/dg/mixpanel-configuring-connections.md b/glue/latest/dg/mixpanel-configuring-connections.md
index a56eedb9e..e0d7def32 100644
--- a//glue/latest/dg/mixpanel-configuring-connections.md
+++ b//glue/latest/dg/mixpanel-configuring-connections.md
@@ -28,0 +29,6 @@ It is a must to create a secret per connection in AWS Glue.
+JSON
+    
+
+****
+    
+        
@@ -40 +46 @@ It is a must to create a secret per connection in AWS Glue.
-                        "ec2:DeleteNetworkInterface",
+                        "ec2:DeleteNetworkInterface"