AWS glue documentation change
Summary
Updated documentation links to AWS services by adding double slashes in URLs for consistency
Security assessment
The changes only modify URL formatting (adding redundant slashes) in links to OpenSearch Service and Secrets Manager documentation. No security-related content was added or modified beyond existing guidance to use Secrets Manager for credentials storage.
Diff
diff --git a/glue/latest/dg/creating-opensearch-connection.md b/glue/latest/dg/creating-opensearch-connection.md index bf7bcd5b7..b3b929227 100644 --- a//glue/latest/dg/creating-opensearch-connection.md +++ b//glue/latest/dg/creating-opensearch-connection.md @@ -9 +9 @@ - * Identify the domain endpoint, `aosEndpoint` and port, `aosPort` you would like to read from, or create the resource by following instructions in the Amazon OpenSearch Service documentation. For more information on creating a domain, see [Creating and managing Amazon OpenSearch Service domains](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html) in the Amazon OpenSearch Service documentation. + * Identify the domain endpoint, `aosEndpoint` and port, `aosPort` you would like to read from, or create the resource by following instructions in the Amazon OpenSearch Service documentation. For more information on creating a domain, see [Creating and managing Amazon OpenSearch Service domains](https://docs.aws.amazon.com//opensearch-service/latest/developerguide/createupdatedomains.html) in the Amazon OpenSearch Service documentation. @@ -11 +11 @@ -An Amazon OpenSearch Service domain endpoint will have the following default form, https://search-`domainName`-`unstructuredIdContent`.`region`.es.amazonaws.com. For more information on identifying your domain endpoint, see [Creating and managing Amazon OpenSearch Service domains](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html) in the Amazon OpenSearch Service documentation. +An Amazon OpenSearch Service domain endpoint will have the following default form, https://search-`domainName`-`unstructuredIdContent`.`region`.es.amazonaws.com. For more information on identifying your domain endpoint, see [Creating and managing Amazon OpenSearch Service domains](https://docs.aws.amazon.com//opensearch-service/latest/developerguide/createupdatedomains.html) in the Amazon OpenSearch Service documentation. @@ -20 +20 @@ Identify or generate HTTP basic authentication credentials, `aosUser` and `aosPa - 1. In AWS Secrets Manager, create a secret using your OpenSearch Service credentials. To create a secret in Secrets Manager, follow the tutorial available in [ Create an AWS Secrets Manager secret ](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret.html) in the AWS Secrets Manager documentation. After creating the secret, keep the Secret name, `secretName` for the next step. + 1. In AWS Secrets Manager, create a secret using your OpenSearch Service credentials. To create a secret in Secrets Manager, follow the tutorial available in [ Create an AWS Secrets Manager secret ](https://docs.aws.amazon.com//secretsmanager/latest/userguide/create_secret.html) in the AWS Secrets Manager documentation. After creating the secret, keep the Secret name, `secretName` for the next step.