AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-11-22 · Documentation low

File: glue/latest/dg/aws-glue-programming-etl-connect-opensearch-home.md

Summary

Fixed URL formatting for OpenSearch Service and Secrets Manager documentation links by adding double slashes

Security assessment

Changes are limited to URL syntax corrections without altering security guidance. Authentication recommendations remain consistent with previous versions.

Diff

diff --git a/glue/latest/dg/aws-glue-programming-etl-connect-opensearch-home.md b/glue/latest/dg/aws-glue-programming-etl-connect-opensearch-home.md
index f8130e9d0..74deb4835 100644
--- a//glue/latest/dg/aws-glue-programming-etl-connect-opensearch-home.md
+++ b//glue/latest/dg/aws-glue-programming-etl-connect-opensearch-home.md
@@ -19 +19 @@ To connect to OpenSearch Service from AWS Glue, you will need to create and stor
-  * 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.
@@ -21 +21 @@ To connect to OpenSearch Service from AWS Glue, you will need to create and stor
-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. 
@@ -30 +30 @@ 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.