Scheduling refers to the process of assigning tasks to instances
-
Automated – The RunTask function will start a Task (as specified by a Task Definition) on a Cluster using random placement.
-
Manual – The StartTaskfunction will start a Task (again, as specified by a Task Definition) on a specified Container Instance (or Instances).
-
Custom – You can use the available information to choose a suitable Container Instance and then call StartTask to start a task on the Instance i.e. creating your own implementation of RunTask.