mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-15 03:11:57 +00:00
Added a beginner's guide to ECS
This commit is contained in:
parent
51e79a7881
commit
285b2206de
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](https://twitter.com/JColeMorrison) is an excellent article for Introduction to AWS ECS concepts.
|
||||
|
||||
|
||||
|
||||
### ECS Tips
|
||||
|
|
Loading…
Reference in a new issue