From 285b2206de2215fd07f25379b4f6d68883b199be Mon Sep 17 00:00:00 2001 From: StanForever Date: Sat, 20 Oct 2018 18:58:42 +0530 Subject: [PATCH 1/2] Added a beginner's guide to ECS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a43226..051d615 100644 --- a/README.md +++ b/README.md @@ -1425,6 +1425,8 @@ ECS - If you want fast fleet-wide pulls of large images, you’ll need to push your image into a region-local registry. - Doesn’t support custom domains / certificates. - A container’s health is monitored via [CLB](#clb) or [ALB](#alb). Those can also be used to address a containerized service. When using an ALB you do not need to handle port contention (i.e. services exposing the same port on the same host) since an ALB’s target groups can be associated with ECS-based services directly. +- [The Hitchhikers Guide to AWS ECS and Docker](http://start.jcolemorrison.com/the-hitchhikers-guide-to-aws-ecs-and-docker/) by [J. Cole Morrison](https://twitter.com/JColeMorrison) is an excellent article for Introduction to AWS ECS concepts. + ### ECS Tips From 251baeefcd5294786df38907a374e37d5ea93b35 Mon Sep 17 00:00:00 2001 From: Pranit Date: Sat, 27 Oct 2018 10:44:18 +0530 Subject: [PATCH 2/2] Removed the Twitter link Signed-off-by: Pranit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051d615..63e2008 100644 --- a/README.md +++ b/README.md @@ -1425,7 +1425,7 @@ ECS - If you want fast fleet-wide pulls of large images, you’ll need to push your image into a region-local registry. - Doesn’t support custom domains / certificates. - A container’s health is monitored via [CLB](#clb) or [ALB](#alb). Those can also be used to address a containerized service. When using an ALB you do not need to handle port contention (i.e. services exposing the same port on the same host) since an ALB’s target groups can be associated with ECS-based services directly. -- [The Hitchhikers Guide to AWS ECS and Docker](http://start.jcolemorrison.com/the-hitchhikers-guide-to-aws-ecs-and-docker/) by [J. Cole Morrison](https://twitter.com/JColeMorrison) is an excellent article for Introduction to AWS ECS concepts. +- [The Hitchhikers Guide to AWS ECS and Docker](http://start.jcolemorrison.com/the-hitchhikers-guide-to-aws-ecs-and-docker/) by J. Cole Morrison is an excellent article for Introduction to AWS ECS concepts.