AWS Step Functions with multiple executions

狂风中的少年 提交于 2019-12-02 07:41:12

You can not re-start an aborted execution; aborted means aborted :)

The names of the invocations must be unique for your account/region over the last 90 days.

My understanding of AWS billing is that you pay per transition, so if a step function didn't make it to a step, you don't pay. I.e. if you have a 1,000 step step function, and stop it after step 2, you only pay for 2 transitions.

Yes, open executions = running executions. Note, this is a soft limit and can be increased. H

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!