• : override the default http protocol
    • traefik.weight=10: assign this weight to the container
    • traefik.enable=false: disable this container in Træfɪk
    • traefik.frontend.rule=Host:test.traefik.io: override the default frontend rule (Default: Host:{containerName}.{domain}).
    • traefik.frontend.passHostHeader=true: forward client Host header to the backend.
    • traefik.frontend.priority=10: override default frontend priority
    • Shared credentials, determined by AWS_PROFILE and AWS_SHARED_CREDENTIALS_FILE, defaults to default and ~/.aws/credentials.
    1. {
    2. "Version": "2012-10-17",
    3. "Statement": [
    4. {
    5. "Effect": "Allow",
    6. "Action": [
    7. "ecs:ListTasks",
    8. "ecs:DescribeTasks",
    9. "ecs:DescribeTaskDefinition",
    10. "ec2:DescribeInstances"
    11. ],
    12. "Resource": [
    13. "*"
    14. ]
    15. }
    16. }