I have a ECS Fargate service setup, which need to scale-up to 2 extra tasks on working hours i.e 9am to 5pm, otherwise I only need 1 task running.
I have tried Scheduled tasks but then I wont get to use my original ECS service with I use with "Application Load balancer".
I also tried ECS Service Auto scaling-'Step scaling' using a custom CloudWatch alarm. But I don't know any easy way to create a alarm to trigger on specific time, as ECS Step scaling does not accept EventBridge rule.