Search code examples
amazon-web-servicesamazon-ecs

Cluster creation with different instance type


We are in situation where we need to create a AWS ECS cluster with different instance type using aws ecs-cli commands. Is it possible to create a ECS cluster with different instance type using ECS cli commands?


Solution

  • U can only create a customised Task Definition with desired vCPUs and Memory but to create a customised ECS Cluster is not possible i suppose. Thanks.