AWS Security ChangesHomeSearch

AWS glue high security documentation change

Service: glue · 2025-11-25 · Security-related high

File: glue/latest/webapi/API_S3Encryption.md

Summary

Updated KMS key ARN pattern validation to require valid KMS ARN format

Security assessment

Similar to the JobBookmarksEncryption change, this enforces proper encryption configuration by requiring valid KMS ARNs, reducing risk of misconfigured S3 encryption.

Diff

diff --git a/glue/latest/webapi/API_S3Encryption.md b/glue/latest/webapi/API_S3Encryption.md
index 8e21b3f67..dad5a93ce 100644
--- a//glue/latest/webapi/API_S3Encryption.md
+++ b//glue/latest/webapi/API_S3Encryption.md
@@ -20 +20 @@ Type: String
-Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*`
+Pattern: `arn:aws:kms:.*`