You have been asked to handle a large data migration from multiple Amazon RDS MySQL instances to a DynamoDB table. You have been given a short amount of time to complete the data migration.
What will allow you to complete this complex data processing workflow?
A . Create an Amazon Kinesis data stream, pipe in all of the Amazon RDS data, and direct data toward DynamoDB table
B . Write a script in you language of choice, install the script on an Amazon EC2 instance, and then use Auto Scaling groups to ensure that the latency of the mitigation pipelines never exceeds four seconds in any 15-minutes period.
C . Write a bash script to run on your Amazon RDS instance that will export data into DynamoDB
D . Create a data pipeline to export Amazon RDS data and import the data into DynamoDB
Answer: D
Leave a Reply