Consul Client Command Incompatible with Fargate
reskin89 opened this issue · 1 comments
reskin89 commented
Currently:
The Consul Client Command template does a curl against ECS_CONTAINER_METADATA_URI
, Fargate now uses ECS_CONTAINER_METADATA_URI_V4
which the consul-ecs
binary in the ecs container looks for, but the client command does not.
This makes the module incompatible with fargate.