Reputation: 2967
Amazon ECS provides really good service for scheduled tasks : ECS Scheduled tasks that works pretty well. However it's important in this always keep one ECS instance in ECS cluster. What is the best way:
One possible workaround is to write lambda that will do smth. like that (launch ec2) but it looks as too much pain.
Upvotes: 0
Views: 150
Reputation: 2967
Finally I found out an easy solution for that problem. Everything was quite simple:
Upvotes: 0