Hi@akhtar,
You can create a new Amazon ECS cluster. By default, your account receives a default cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the CreateCluster action. The following create-cluster example creates a cluster.
$ aws ecs create-cluster --cluster-name MyCluster