Hi, I am using "step-functions delete" command to ...
# ask-metaflow
s
Hi, I am using "step-functions delete" command to delete the stepfunctions and other resources created as part of "step-functions create" command. Its deleting only the Step function and Event bridge rule associated with it. But not deleting the job definitions. Is there any reason behind this? We have a bunch of job definitions which are not used by any step functions and figuring out a way to delete those automatically.
1
s
AWS recommends not creating a lot of job definitions - so we create a few and use them across flows
that's the reason why deleting a step function state machine doesn't delete the job definition
👍 1