DEV Community

Cover image for Working with Amazon Elastic Container Service
Truong
Truong

Posted on

Working with Amazon Elastic Container Service

This tutorial leads you through the steps to:

Create a Task Definition, a description of an application that contains one or more Docker containers.
Create a Cluster, a logical grouping of Amazon EC2 instances on which you can place tasks.
Create a Service, that allows you to run and maintain a specified number of instances of a task definition simultaneously.

Top comments (0)