AWS Security ChangesHomeSearch

AWS athena documentation change

Service: athena · 2025-08-13 · Documentation low

File: athena/latest/ug/connectors-snowflake.md

Summary

Restructured Glue connections section, removed legacy connections, and added security notes about AWS Secrets Manager and connection schema version constraints.

Security assessment

The update emphasizes using AWS Secrets Manager for credentials and removes legacy connection methods, but does not reference a specific security incident. This strengthens security documentation by promoting secure credential practices.

Diff

diff --git a/athena/latest/ug/connectors-snowflake.md b/athena/latest/ug/connectors-snowflake.md
index 4d4258aa2..b8c310df9 100644
--- a//athena/latest/ug/connectors-snowflake.md
+++ b//athena/latest/ug/connectors-snowflake.md
@@ -80,3 +79,0 @@ Use the parameters in this section to configure the Snowflake connector.
-Glue connections (recommended)
-    
-
@@ -85,4 +81,0 @@ We recommend that you configure a Snowflake connector by using a Glue connection
-###### Note
-
-All connectors that use Glue connections must use AWS Secrets Manager to store credentials.
-
@@ -117 +110,6 @@ Use the following command to get the schema for a Glue connection object. This s
-A Snowflake connector created using Glue connections does not support the use of a multiplexing handler.
+  * All connectors that use Glue connections must use AWS Secrets Manager to store credentials.
+
+  * The Snowflake connector created using Glue connections does not support the use of a multiplexing handler.
+
+  * The Snowflake connector created using Glue connections only supports `ConnectionSchemaVersion` 2.
+
@@ -119 +116,0 @@ A Snowflake connector created using Glue connections does not support the use of
-Legacy connections
@@ -147 +144 @@ The parameter names and definitions listed below are for Athena data source conn
-### Connection string
+#### Connection string
@@ -154 +151 @@ Use a JDBC connection string in the following format to connect to a database in
-### Using a multiplexing handler
+#### Using a multiplexing handler
@@ -164 +161 @@ Record handler | `SnowflakeMuxRecordHandler`
-#### Multiplexing handler parameters
+##### Multiplexing handler parameters
@@ -179 +176 @@ Property | Value
-#### Providing credentials
+##### Providing credentials
@@ -214 +211 @@ Currently, Snowflake recognizes the `user` and `password` JDBC properties. It al
-### Using a single connection handler
+#### Using a single connection handler
@@ -224 +221 @@ Record handler | `SnowflakeRecordHandler`
-#### Single connection handler parameters
+##### Single connection handler parameters
@@ -238 +235 @@ Property | Value
-### Spill parameters
+#### Spill parameters