Got a general question about configuring a flow to execute on AWS ECS EC2 instance instead of ECS Fargate. Followed
this guide to deploy everything using the latter but have discovered I need more resources than what’s
allowed for Fargate task definitions. Is there an example/documentation for creating tasks that will execute on a custom EC2 instance?
Thanks much!