Migrating existing data from DDB to ES Domain

0

I have to migrate data from DDB to ES Domain, and I have come across this DDB zero-ETL integration with AWS ES approach. As per this, we will configure a pipeline role, create a pipeline and domain, but I am unable to understand how will the data flow. Will it be triggered automatically? https://docs.aws.amazon.com/opensearch-service/latest/developerguide/osis-get-started.html

feita há 2 meses193 visualizações
1 Resposta
1

The initial migration will use DynamoDB Export to S3 feature, dump a copy of your table in S3 which the OpenSearch Pipeline will then ingest and write into OpenSearch.

You can aslo configure ongoing replication in which the OpenSearch Pipeline will consume the changes from DynamoDB Streams and edit the data in OpenSearch for you.

profile pictureAWS
ESPECIALISTA
respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas