Skip to content

Commit 17eef7a

Browse files
authored
Added logging details for ECS
1 parent dcc8dea commit 17eef7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ ECS
12001200
- If you want fast fleet-wide pulls of large images, you’ll need to push your image into a region-local registry.
12011201
- Doesn’t support custom domains / certificates.
12021202
- 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.
1203+
- ECS supports multiple log drivers (awslogs, splunk, fluentd, syslog, json, ... ). Use `awslogs` for cloudwatch (make sure a group is made for the logs first). Drivers such as fluentd are not enable by default. To do so, install the agent and enable the driver by adding `ECS_AVAILABLE_LOGGING_DRIVERS='["awslogs","fluentd"]'` to `/etc/ecs/ecs.config`.
12031204

12041205
### ECS Tips
12051206

0 commit comments

Comments
 (0)