AWS Security ChangesHomeSearch

AWS glue medium security documentation change

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

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

Summary

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

Security assessment

Correcting the trailing comma ensures the IAM policy is valid JSON, preventing potential misconfigurations that could lead to incorrect permissions enforcement.

Diff

diff --git a/glue/latest/dg/datadog-configuring-connections.md b/glue/latest/dg/datadog-configuring-connections.md
index 18e86fef8..e715773ba 100644
--- a//glue/latest/dg/datadog-configuring-connections.md
+++ b//glue/latest/dg/datadog-configuring-connections.md
@@ -26,0 +27,6 @@ It is a must to create a secret per connection in AWS Glue.
+JSON
+    
+
+****
+    
+        
@@ -38 +44 @@ It is a must to create a secret per connection in AWS Glue.
-                        "ec2:DeleteNetworkInterface",
+                        "ec2:DeleteNetworkInterface"