Is it possible to launch containers using ECS on existing set of running EC2 instances. I could not find any such documentation for the same. On AWS Console, I see an option to either create clusters which provisions new EC2 instances in ECS cluster or to use Fargate. After creating a task, when I attempt to launch the task, it only provides options of clusters which were created through ECS console.
I have already have a few running EC2 instances in my account. Is it possible to use them? Can I have say a tomcat webserver running on ec2 instance and use the same instance to launch an ECS task (assuming the instance is powerful enough)?