AWS athena documentation change
Summary
Added clarification that Lambda environment properties apply only with Lambda function usage and updated terminology from 'Glue connections' to 'AWS Glue Data Catalog federated connection' for credential storage requirements, multiplexing handler support, and ConnectionSchemaVersion.
Security assessment
The changes are documentation updates to improve specificity and clarity. While reinforcing the use of AWS Secrets Manager for credentials (a security best practice), there is no concrete evidence of addressing a security vulnerability, weakness, or incident. The updates refine existing text rather than adding new security documentation.
Diff
diff --git a/athena/latest/ug/connectors-cloudera-hive.md b/athena/latest/ug/connectors-cloudera-hive.md index e363fcbf5..1450fa4df 100644 --- a//athena/latest/ug/connectors-cloudera-hive.md +++ b//athena/latest/ug/connectors-cloudera-hive.md @@ -74,0 +75,2 @@ Use the following command to get the schema for a Glue connection object. This s +The following Lambda environment properties apply only when you use the connector with a Lambda function in your account. + @@ -90 +92 @@ Use the following command to get the schema for a Glue connection object. This s - * All connectors that use Glue connections must use AWS Secrets Manager to store credentials. + * All connectors that use a AWS Glue Data Catalog federated connection must use AWS Secrets Manager to store credentials. @@ -92 +94 @@ Use the following command to get the schema for a Glue connection object. This s - * The Cloudera Hive connector created using Glue connections does not support the use of a multiplexing handler. + * The Cloudera Hive connector created using a AWS Glue Data Catalog federated connection does not support the use of a multiplexing handler. @@ -94 +96 @@ Use the following command to get the schema for a Glue connection object. This s - * The Cloudera Hive connector created using Glue connections only supports `ConnectionSchemaVersion` 2. + * The Cloudera Hive connector created using a AWS Glue Data Catalog federated connection only supports `ConnectionSchemaVersion` 2.