AWS athena documentation change
Summary
Restructured Glue connections section, added security notes requiring AWS Secrets Manager and connection version constraints
Security assessment
The update enforces credential storage in AWS Secrets Manager and adds security constraints (multiplexing handler unsupported), but does not indicate remediation of a specific security flaw. This strengthens security documentation for credential handling.
Diff
diff --git a/athena/latest/ug/connectors-bigquery.md b/athena/latest/ug/connectors-bigquery.md index dc69cf2a9..324644a3c 100644 --- a//athena/latest/ug/connectors-bigquery.md +++ b//athena/latest/ug/connectors-bigquery.md @@ -37,3 +36,0 @@ Use the parameters in this section to configure the Google BigQuery connector. -Glue connections (recommended) - - @@ -42,4 +38,0 @@ We recommend that you configure a Google BigQuery connector by using a Glue conn -###### Note - -All connectors that use Glue connections must use AWS Secrets Manager to store credentials. - @@ -57 +50,9 @@ glue_connection – Specifies the name of the Glue connection associated with th -Legacy connections +###### Note + + * All connectors that use Glue connections must use AWS Secrets Manager to store credentials. + + * The Google BigQuery connector created using Glue connections does not support the use of a multiplexing handler. + + * The Google BigQuery connector created using Glue connections only supports `ConnectionSchemaVersion` 2. + +