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

已提问 2 个月前194 查看次数
1 回答
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
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则