AWS Security ChangesHomeSearch

AWS athena documentation change

Service: athena · 2025-10-10 · Documentation low

File: athena/latest/ug/troubleshooting-athena.md

Summary

Removed bold formatting from S3 encryption policy examples

Security assessment

Change only affects syntax formatting in JSON examples (removed ** markers). No security policy changes or vulnerabilities addressed.

Diff

diff --git a/athena/latest/ug/troubleshooting-athena.md b/athena/latest/ug/troubleshooting-athena.md
index 5e4cf0e89..23cb57eac 100644
--- a//athena/latest/ug/troubleshooting-athena.md
+++ b//athena/latest/ug/troubleshooting-athena.md
@@ -356 +356 @@ JSON
-                        **"s3:x-amz-server-side-encryption": "true"**
+                        "s3:x-amz-server-side-encryption": "true"
@@ -367 +367 @@ JSON
-                        **"s3:x-amz-server-side-encryption": "AES256"**
+                        "s3:x-amz-server-side-encryption": "AES256"