I’m trying to migrate an Oracle schema as well as all of the data within the DB to a MySQL database. I want to then make an EC2 app on AWS to kick off whatever I’ve written for this. Are there any approaches that one might say is better than another (for instance, use Ruby/Rails instead of Perl)? Is there a tool that I might be able to wrap into an app and place it on my EC2 instance?
Full disclosure, I’m pretty much a complete newbie when it comes to AWS, so if there is something really basic that I’m missing (you could use some type of Linux-based MySQL Workbench-like tool) I would definitely appreciate that.
I realize this is a bit specific, thank you in advance!