Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Mar 5, 2017
1 parent 5256f01 commit 41c9a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

* Docker image published to [Docker Hub](https://hub.docker.com/) or [EC2 Container Registry (ECR)](https://aws.amazon.com/ecr/)
* ECS cluster
* ECS service referencing an ECS task definition
* ECS service

We provide you templates for the ECS cluster and the service. We also provide you with a way to create a task definition. You need to publish the Docker image.
We provide you templates for the ECS cluster and the service. You need to publish the Docker image.

## ECS cluster
This template describes a fault tolerant and scalable ECS cluster on AWS. The cluster scales the underlying EC2 instances based on memory and CPU reservation. In case of a scale down, the instance drains all containers before it is terminated.
Expand Down

0 comments on commit 41c9a9d

Please sign in to comment.