aws-stepfunctions-tasks: Emr cluster is not terminated automatically when manually abort step function, or time out #28697
Labels
@aws-cdk/aws-stepfunctions-tasks
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
Support KeepJobFlowAliveWhenNoSteps Or Auto-termination (after idle) in stepfunction creates EMR cluster.
Use Case
Our team is using Stepfunction EMR (EmrCreateCluster function) to build our ETL pipeline.
While the emr cluster are working very well on creating, add steps and the cluster is terminated properly when stepfunction is finished or failed, it remains "waiting" status when we manually abort the step function or the step function timeout.
Wondering if we can export the KeepJobFlowAliveWhenNoSteps as an optional parameter when create the Cluster, or have an option to configure auto-termination after idle time.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.14.0
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: