0

Is there a cloud-formation template for creating data pipeline to sync data from redshift to Dynamo-DB?

Thanks, Vinod.

user7365614
  • 469
  • 2
  • 4
  • 14
  • Do you know whether such a transfer is possible (even configured manually)? Looking through the Data Pipeline user guide it _seems_ like you could export from Redshift using `SqlDataNode` and there seems to be the ability to "import DynamoDB backups" from S3. However, you'll need to experiment whether these will work as you expect. I suggest trying such a configuration manually before automating it through CloudFormation. – John Rotenstein Jul 17 '20 at 22:57
  • Thanks John. Yes, I have tried this manually and it works. – user7365614 Jul 18 '20 at 20:00
  • In that case, I suggest you try to create the CloudFormation template and let us know if you have any specific issues. I normally create templates by copying the code samples from the documentation and customizing it as necessary. – John Rotenstein Jul 18 '20 at 22:09

0 Answers0