AWS Security ChangesHomeSearch

AWS glue medium security documentation change

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

File: glue/latest/dg/mailchimp-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 ensures proper IAM policy syntax to enforce correct EC2 permissions for Glue connections.

Diff

diff --git a/glue/latest/dg/mailchimp-configuring-connections.md b/glue/latest/dg/mailchimp-configuring-connections.md
index f45b64419..34a4115b9 100644
--- a//glue/latest/dg/mailchimp-configuring-connections.md
+++ b//glue/latest/dg/mailchimp-configuring-connections.md
@@ -43,0 +44,6 @@ It is a must to create a secret per connection in AWS Glue.
+JSON
+    
+
+****
+    
+        
@@ -55 +61 @@ It is a must to create a secret per connection in AWS Glue.
-                            "ec2:DeleteNetworkInterface",
+                        "ec2:DeleteNetworkInterface"