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 Answer
2
Accepted Answer

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
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions