Is it possible to create or clone an existing ES 5 / ES 6 cluster?

0

We have 2 clusters on production, one is ES 5 and one is ES 6. (we know that they are legacy but well upgrade is hard...) Both are AWS ES managed and are still running. Now we can't create new AWS ES cluster with these old versions from the console (the minimum version available is OpenSearch 1.3), but we need to make a testing environment to test some setup, so is it possible to somehow create a new AWS ES cluster with ES 5 / ES 6, or clone one?

nnkken
已提問 6 個月前檢視次數 242 次
1 個回答
0
已接受的答案

Please follow the steps as below to create a new ElasticSearch domain running on ES vX.X:

Click the "Create domain"

  1. In "Domain creation method" select "Standard create" radio button
  2. In "Deployment Option(s)" select the radio button "Domain without standby"
  3. In "Engine options" header, flip the button "Include older versions" option
  4. Then, finally from "Version" drop-down menu you should see option to select ES vx.x

Additionally, to clone a cluster, you must take a manual snapshot, create a new cluster with the same configuration, and then restore the snapshot on the new cluster. [+] https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-snapshots.html

profile pictureAWS
支援工程師
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南