Amazon ECS Concepts

From NovaOrdis Knowledge Base
Revision as of 23:57, 5 February 2019 by Ovidiu (talk | contribs) (→‎Cluster)
Jump to navigation Jump to search

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.

Cluster

Amazon ECS Clusters

An Amazon ECS cluster is a regional grouping of one or more container instances on which you can run task requests. Clusters may contain more than one Amazon EC2 instance type.