Migrating out of QLDB?

0

A customer is looking at using QLDB. They have a concern that this ties them into AWS.

What are the options of 'migrating out' of QLDB into another ledger, if they so needed to? Apologies, I realise this is bit of a woolly question.

I believe you could replay transactions into the destination system (with quite a few considerations needed).

Thank you in advance.

AWS
asked 4 years ago492 views
1 Answer
0
Accepted Answer

You can export journal data from QLDB directly to S3 by submitting the journal export request. https://docs.aws.amazon.com/qldb/latest/developerguide/export-journal.html

An Amazon QLDB journal export job writes two manifest files in addition to the Amazon Ion data objects containing your journal blocks. These are all saved in the Amazon Simple Storage Service (Amazon S3) bucket that you provided in your export request.

AWS
Ejaz
answered 4 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