How to import and export data from Amazon ML to RDS?

0

A customer is running ML algorithms on AWS, at this moment they are reading data from RDS into an Amazon Machine Learning instance and training it.

They want to know, if we have some examples on how to from the Machine Learning instance they can pick those results and then through API or SDK (preferent serverless) and feed them back into an RDS database.

I was searching for some examples but I was not successful, do anyone here have hands on experience with this or can provide me a guide on where to look?

asked 7 years ago280 views
1 Answer
0
Accepted Answer

Amazon ML will output the predictions to a specified S3 bucket. I guess the real question is more about how to effectively import data from S3 to RDS rather than an ML question.

For this, you have several options:

AWS
answered 7 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions