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

posta 2 mesi fa195 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 2 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