简体   繁体   中英

How to automatically run ECS Task when it stopes

I am looking for information about the possibility to automatically run a given ECS task when it stopes working. The most important thing is I want to keep only one task instance at a time (I tried to use ECS scheduler but it does not look like it is possible to achieve). Thank you

在ECS中创建a service ,并固定Number of tasks = 1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM