AWS Elasticsearch to AWS Opensearch migration

0

Hi All, I am looking to move my AWS elasticsearch cluster to AWS Opensearch cluster. Now all the documentations I have come across suggest editing the elasticsearch.yml to take the snapshot on s3 bucket and then resotre the snapshot on opensearch bucket. However as there is no way to access the elastic search nodes , I am not sure how to access and edit the elasticsearch.yml file. Is there a step by step guide which explains how to migrate ?

Ashish
gefragt vor einem Jahr1115 Aufrufe
2 Antworten
1
Akzeptierte Antwort

Hi,

AWS has a detailed documentation about upgrade paths available & during an version upgrade, snapshots are taken as a part of the upgrade process [1]

To configure manual S3 snapshots, you can set it via Kibana UI [2] since elasticsearch.yml file is not accessible / editable.

Links:

[1] https://docs.aws.amazon.com/opensearch-service/latest/developerguide/version-migration.html

[2] https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-snapshots.html

--Syd

profile picture
Syd
beantwortet vor einem Jahr
0

Thanks, @syd I have managed to setup the snapshots.

Ashish
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen