Per AWS documentation they say: "Fargate supports scheduling tasks in response to CloudWatch Events. You can easily launch and stop Fargate tasks that you only need to run at certain times"
Start of Fargate Tasks can easily be enabled from CloudWatch Events or ECS Task Scheduler.
But STOP of Fargate Tasks I cannot find. Is it possible that need to use Lambda and not native Fargate feature to stop tasks?
My goal is to run ECS Container between 8ap-5pm Only!