Is there any procedure or documentation supported by Microsoft in order to migrate AWS Elasticsearch to Azure Elasticsearch? Do anyone knows the process to do so?
Asked
Active
Viewed 271 times
0
-
does Azure offer ElasticSearch as a service ? – keety Apr 13 '19 at 03:49
1 Answers
1
I don't know any information by Microsoft about it, but our AWS Elasticsearch Service supports manual snapshots, that you can store on S3 and can then use to restore a cluster elsewhere.
The people from Alibaba Cloud have a step-by-step post of how to migrate from AWS to their cloud, so you can take that as a starting point.

Javier Ramirez
- 3,446
- 24
- 31
-
Well we are looking specificaly for Azure, is there any supported way of doing this? – user0001 ttt Apr 10 '19 at 13:32
-
I am afraid I don't know much about Azure. From AWS point of view you have the snapshot as the general export mechanism – Javier Ramirez Apr 10 '19 at 15:02