Question 361:
A company currently has an application that writes data onto AWS RDS-MySQL. They want to push data on a daily basis to archive records from MySQL tables to S3 for future analysis. How can you accomplish this in the easiest way?
Answer options:
A.Create an S3 event to ingest the data from the MySQL table B.Use the AWS DataPipeline service and run a job on a daily basis C.Create an EMR Cluster which will run a MapReduce job D.Use the database migration service to transfer the data