Migrate data from Couchbase to DynamoDB using AWS DMS

0

Hello, We are trying to migrate data from Couchbase instances that run in EC2 to DynamoDB using AWS Data Migration Service (DMS).

First question: is this supported? I dont see it listed here: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html

Second question: what steps would you suggest for migrating such data

1 Antwort
2
Akzeptierte Antwort

I dont believe Couchbase is a supported source of DMS. You could probably export your tables in CSV format to S3 using cbtransfer then using DynamoDB ImportTable to import the CSV data to DynamoDB.

profile pictureAWS
EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen