Reputation: 1518
I would like to know how to execute emr jobs & redshift copy commands from a separate ec2 linux instance?
Configuration: 2 eme ec2 running (one for master & one for Task) 1 ec2 linux instance 1 ec2 windows
I am able to execute jobs (s3 file movement, emr script residing in s3, Hard code copy commands to load into redshift]from ec2 windows (donwloaded aws cli).
Regards Sanjeeb
Upvotes: 0
Views: 150
Reputation: 1606
You can use the EMR CLI to submit a step.
Here's more documentation from the EMR docs on how to do this.
Upvotes: 1