ECS links
-
How Amazon ECS manages CPU and memory resources: Explains when, how to use task limits vs container limits within tasks.
-
Amazon ECS task definition parameters: Properties that can be set on an ecs task.
-
Amazon ECS service definition parameters: Properties to set on an ecs service. Services are a higher level of abstraction above containers and tasks. You can setup deployment strategy here for eg and task count among other things.