16 lines
437 B
Markdown
16 lines
437 B
Markdown
---
|
|
title: "Traefik AWS ECS Configuration Documentation"
|
|
description: "Learn how to do dynamic configuration in Traefik Proxy with AWS ECS. Read the technical documentation."
|
|
---
|
|
|
|
# ECS Configuration Reference
|
|
|
|
Dynamic configuration with ECS provider
|
|
{: .subtitle }
|
|
|
|
The labels are case insensitive.
|
|
|
|
```yaml
|
|
--8<-- "content/reference/dynamic-configuration/ecs.yml"
|
|
--8<-- "content/reference/dynamic-configuration/docker-labels.yml"
|
|
```
|