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:
commit
e51968fa61
1 changed files with 2 additions and 0 deletions
|
@ -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 is an excellent article for Introduction to AWS ECS concepts.
|
||||
|
||||
|
||||
|
||||
### ECS Tips
|
||||
|
|
Loading…
Reference in a new issue