Support for DynamoDB as source system

0

I know DAX exists but it requires special clients to communicate with. These clients are not available/integrated with COTS packages. The ElastiCache (either memcache or redis) interface has wide support amongst COTS software. The route would be DynamoDB --> DMS --> ElastiCache. This way DynamoDB could be integrated with many software packages that support a K/V store. Therefore my request is whether you're willing to support DynamoDB as a source system for DMS?

2 Answers
1

Curious as to why you select your path as DynamoDB -> DMS -> Elasticache ?

  • For example, if you are looking to use DynamoDB as a source of truth and want to read from Elasticache and want near real time ongoing replication, then you can use:

  • If your use-case is a one time dump of DynamoDB to Elasticache, then you can export your DynamoDB table to S3, and use S3 as a source for DMS.

  • Furthermore, if you are looking for a persistent KV store for you Elasticache workloads, have you considered MemoryDB which now supports JSON workloads?

profile pictureAWS
EXPERT
answered 2 years ago
0

internally there is a feature request to support DDB as source for DMS but again service team will take its own time to release the feature. Once generally available it will be stated on this page https://docs.aws.amazon.com/dms/latest/userguide/WhatsNew.html

AWS
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