we have ECS service, and one cluster, and we want to deliever and host microservices - how to do it so, to enable multipe different task definitions for 1 cluster?
By ECS logic, there can be a problem like when we will have 2 instances, and 2 different tasks, each will own 1 instance.
If one of them will scale up to 2 desired tasks, and other will drop - there will be 2 isntances with 2 same tasks, and second type task will be unable to launch...?
I don't understand your scenario. you can have multiple ECS service running on single ECS host, as long as the CPU and Memory allocation is still available
Обсуждают сегодня