AWS athena medium security documentation change
Summary
Restructured Glue connections documentation and added security constraints for DynamoDB connector
Security assessment
Added explicit requirement for AWS Secrets Manager usage and security constraints for Glue connections (no multiplexing handler, schema version restriction), improving credential security documentation.
Diff
diff --git a/athena/latest/ug/connectors-dynamodb.md b/athena/latest/ug/connectors-dynamodb.md index c911b4dec..859a9b66b 100644 --- a//athena/latest/ug/connectors-dynamodb.md +++ b//athena/latest/ug/connectors-dynamodb.md @@ -30,3 +29,0 @@ Use the parameters in this section to configure the DynamoDB connector. -Glue connections (recommended) - - @@ -35,4 +31,0 @@ We recommend that you configure a DynamoDB connector by using a Glue connections -###### Note - -All connectors that use Glue connections must use AWS Secrets Manager to store credentials. - @@ -50 +43,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 DynamoDB connector created using Glue connections does not support the use of a multiplexing handler. + + * The DynamoDB connector created using Glue connections only supports `ConnectionSchemaVersion` 2. + +