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개 답변
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
전문가
답변함 2년 전
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠