AWS athena documentation change
Summary
Fixed typo in security advice: replaced 'don&t' with 'don't' in the recommendation to avoid hardcoded credentials
Security assessment
The change corrects a typo in existing security best practice documentation but does not introduce new security content or address a specific vulnerability. It reinforces existing advice about credential management.
Diff
diff --git a/athena/latest/ug/connectors-opensearch.md b/athena/latest/ug/connectors-opensearch.md index 14c36fe2a..db0ed6874 100644 --- a//athena/latest/ug/connectors-opensearch.md +++ b//athena/latest/ug/connectors-opensearch.md @@ -87 +87 @@ For the purpose of authenticating to an OpenSearch endpoint, the connector suppo -As a security best practice, don&t use hardcoded credentials in your environment variables or connection strings. For information about moving your hardcoded secrets to AWS Secrets Manager, see [Move hardcoded secrets to AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/hardcoded.html) in the _AWS Secrets Manager User Guide_. +As a security best practice, don't use hardcoded credentials in your environment variables or connection strings. For information about moving your hardcoded secrets to AWS Secrets Manager, see [Move hardcoded secrets to AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/hardcoded.html) in the _AWS Secrets Manager User Guide_.