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
posta 6 mesi fa243 visualizzazioni
1 Risposta
0
Risposta accettata

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
TECNICO DI SUPPORTO
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande