ECS queries port 8888
if ingress allows 8888
#1010
Replies: 7 comments
-
8888 is used for the http proxy server only. I don't know how allowing it or not on the ecs firewall would crash gluetun. Please share additional information such as logs. |
Beta Was this translation helpful? Give feedback.
-
Here you go, sir:
The logs are always like this. Thank you so much for replying and amazing work on this repo. |
Beta Was this translation helpful? Give feedback.
-
ECS events |
Beta Was this translation helpful? Give feedback.
-
I think you might have a healthcheck running, and if it fails, the container runtime sends a kill signal to gluetun (hence |
Beta Was this translation helpful? Give feedback.
-
I think so too. I think it's referring to the health check defined in the Dockerfile and inherited by ECS. I think it's referring to that because I don't have any extra ECS health checks set up. |
Beta Was this translation helpful? Give feedback.
-
The Dockerfile healthcheck is documented here and doesn't interact with I would say this is due to the publishing of port I will also convert this from an issue to discussion since it's not a Gluetun bug. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your input, really appreciate it. Is there an example for running gluetun on ECS? I'm studying this. |
Beta Was this translation helpful? Give feedback.
-
Is this urgent?
Yes
Host OS
Amazon Linux 2 ECS-optimised
CPU arch
aarch64
VPN service provider
Private Internet Access
What are you using to run the container
Other
What is the version of Gluetun
latest in docker hub
What's the problem 🤔
The container keeps restarting if ingress 8888 TCP isn't allowed in a security group.
If I allow 8888, it reaches a steady state. When I delete it, it stops working. All egress is allowed.
It works locally and on EC2 using
docker-compose up
.Share your logs
Share your configuration
(I had to change DNS configuration, otherwise it doesn't work in ECS.)
Beta Was this translation helpful? Give feedback.
All reactions