awslabs / ecs-nginx-reverse-proxy

Reference architecture for deploying Nginx on ECS, both as a basic static resource server, and as a reverse proxy in front of a dynamic application server.
https://containersonaws.com/pattern/nginx-reverse-proxy-sidecar-ecs-fargate-task
Apache License 2.0
329 stars 137 forks source link

Fargate #1

Closed steverecio closed 5 years ago

steverecio commented 5 years ago

Is this supported on Fargate? I get the error Fargate only supports network mode ‘awsvpc’

sadams commented 5 years ago

@steverecio i'm just hitting this issue (name of one container isn't resolving as a host in the other container) when using fargate with awsvpc. Did you manage to find the solution?

mmeylan commented 4 years ago

@steverecio @sadams Did you solve this issue ?