Amazon ECS Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


Amazon Elastic Container Service (ECS) allows deploying Docker containers on a scalable cluster. Docker images to be deployed typically come from [[Amazon ECR]].
Amazon Elastic Container Service (ECS) allows deploying Docker containers on a scalable cluster. Docker images to be deployed typically come from [[Amazon ECR]].
=Task=
==Task Definition==
The task definition is the configuration of the application. It specifies the Docker image, how many containers to use for this task and the resource allocation for each container.

Revision as of 18:49, 9 November 2018

Internal

Overview

Amazon Elastic Container Service (ECS) allows deploying Docker containers on a scalable cluster. Docker images to be deployed typically come from Amazon ECR.

Task

Task Definition

The task definition is the configuration of the application. It specifies the Docker image, how many containers to use for this task and the resource allocation for each container.