Creating a OpenSearch Service connection
Prerequisites:
-
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 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 in the Amazon OpenSearch Service documentation.Identify or generate HTTP basic authentication credentials,
aosUser
andaosPassword
for your domain.
To configure a connection to OpenSearch Service:
In Amazon Secrets Manager, create a secret using your OpenSearch Service credentials. To create a secret in Secrets Manager, follow the tutorial available in Create an Amazon Secrets Manager secret in the Amazon Secrets Manager documentation. After creating the secret, keep the Secret name,
secretName
for the next step.-
When selecting Key/value pairs, create a pair for the key
opensearch.net.http.auth.user
with the valueaosUser
. -
When selecting Key/value pairs, create a pair for the key
opensearch.net.http.auth.pass
with the valueaosPassword
.
-
In the Amazon Glue console, create a connection by following the steps in Adding an Amazon Glue connection. After creating the connection, keep the connection name,
connectionName
, for future use in Amazon Glue.When selecting a Connection type, select OpenSearch Service.
When selecting a Domain endpoint, provide
aosEndpoint
.When selecting a port, provide
aosPort
.When selecting an Amazon Secret, provide
secretName
.