I have a lot of pipelines on AWS that use data pipeline. I wont be able to meet the May 12 deadline to move my pipelines. I am looking for alternatives to monitor my pipelines without the console. So far I have been able to find a way for all my use cases via the AWS cli.
I am only having trouble finding a way to mark a pipeline component as 'finished' via the cli. According to the datapipeline API documentation, the set-task-status (link) command can help you achieve this. However, the command requires a task-id value which is obtained via the PollForTask (link) command and I can't seem to get poll for task to work.
Is there another of updating status of your pipeline?
The CLI command for this is
set-status, eg:The
set-task-statuscommand is only used when you have deployed a custom task runner that is polling for work and needs to notify DPL of a status change.