1 Answer
- Newest
- Most votes
- Most comments
-1
Hi,
The simplest way to achieve what you need is to interpose a Lambda between the EventBridge Schedule and the Pipeline. So, instead of acting directly on the Pipeline, the Schedule will trigger the Lambda.
The Lambda will check the status of the Pipeline:
- if Pipeline is Running, Lambda does nothing but terminates
- If Pipeline is not Running, it starts the Pipeline
Best,
Didier
Relevant content
asked 6 years ago
asked 4 years ago
asked 4 years ago
- AWS OFFICIALUpdated 7 months ago

Hi, this is not the "simplest" nor does it do the same. I still want executions to be all queued, and not cancelled.