Remove all current jobs on the pipeline
November 3, 2016
Cancel all the jobs on the pipeline “xxxxxxxxxxxxxxxxxx” still on “Submitted” status Prerequisite : AWS Cli and IAM user with ETS permission for JOB in $(aws elastictranscoder list-jobs-by-status –status Submitted –output text | grep arn | grep Submitted | awk ‘{print $3}’); do aws elastictranscoder cancel-job –id $JOB && echo -e ” JOBID => $JOB… read more »