I have built and stored queries using HIVE and PIG that I would like to schedule to run on a weekly basis. The scripts create S3 files and update DynamoTables. What can I use to create an AmazonEMR Cluster to auto run these scripts on a scheduled basis.
I was thinking AWS Data Pipeline but it seems to require creation of data nodes and I do not think that would necessary for my purposes.