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 Risposte
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
ESPERTO
con risposta 2 anni fa
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande