Skip to content

AWS Glue connecting to a self hosted Open search cluster running on EC2 instances.

0

We are running Open search on a few EC2 instances and want to see if there is a way to use this cluster as a target for our AWS Glue jobs.

The cluster can be reached via a URL on port 9200 using credentials.

asked 2 years ago354 views
1 Answer
0

Yes, as long as the job and Open search are on the same (or connected) VPCs, you should be able to connect specifying that host as "es.nodes" and the credentials using es.net.http.auth.user and es.net.http.auth.pass (if you are using basic authentication)

AWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.