Modifying OpenSearch ML Commons cluster Setting

1

Hello Everyone,

I was wondering if there is a way to modify AWS Opensearch to run task and models on ml node/role only. I see in the Open search documentation that this can be done by modifying the the opensearch.yml file by adding/changing a custom name and define the node roles as ml:

node.name: ml-node node.roles: [ml]

How do I accomplish in AWS Openseach.

Thanks,

  • Hi All, any recent updates on this question. Is there document to create opensearch domain with combination of Data nodes and ML nodes or just ML nodes?

asked a year ago777 views
2 Answers
0
Accepted Answer

Hello,

Due to managed nature of Amazon OpenSearch service, customers don’t have access to opensearch.yml and won’t be able to update thier node role to ml.

AWS
SUPPORT ENGINEER
Rajat_C
answered a year ago
0

Hello,

As discussed previously we cannot update the node to be ml specific role due to managed nature of Amazon OpenSearch service but if your use case is to use neural search you can consider using this workaround which uses data nodes without changing their role to ml.

Please refer to below document for reference:

[+] https://catalog.workshops.aws/semantic-search/en-US/module-6-neural-search/lab/opensearch-dashboard-dev-tools

AWS
SUPPORT ENGINEER
Rajat_C
answered 10 months 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.

Guidelines for Answering Questions