1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-12 18:02:01 +00:00

Merge pull request #643 from StanForever/ecs-blog

Added a beginner's guide to ECS
This commit is contained in:
Maish 2018-10-28 13:02:35 +02:00 committed by GitHub
commit e51968fa61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1425,6 +1425,8 @@ ECS
- If you want fast fleet-wide pulls of large images, youll need to push your image into a region-local registry.
- Doesnt support custom domains / certificates.
- A containers 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 ALBs 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 is an excellent article for Introduction to AWS ECS concepts.
### ECS Tips