AWS Security ChangesHomeSearch

AWS quick high security documentation change

Service: quick · 2026-03-04 · Security-related high

File: quick/latest/userguide/supported-data-sources.md

Summary

Added note about TLS 1.2 requirements for MySQL connections and version dependencies

Security assessment

Explicitly documents TLS version requirements and security implications of using older MySQL versions. Highlights the need to upgrade for TLS 1.2 compliance, directly addressing encryption protocol security.

Diff

diff --git a/quick/latest/userguide/supported-data-sources.md b/quick/latest/userguide/supported-data-sources.md
index 6cf8eb2ab..a3e89312c 100644
--- a//quick/latest/userguide/supported-data-sources.md
+++ b//quick/latest/userguide/supported-data-sources.md
@@ -54,0 +55,2 @@ Amazon RDS has updated their security settings for Amazon RDS MySQL 8.3. Any con
+TLS 1.2 for MySQL connections requires MySQL version 5.7.28 or higher. For MySQL versions below 5.7.28, Quick Sight falls back to TLS 1.1. If your security requirements mandate TLS 1.2, ensure your MySQL or Aurora MySQL database is running version 5.7.28 or higher.
+