You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem?
Perhaps I am missing something, but it appears that when deploying FarGate services using this module they will come up in an "unhealthy" state due to target group healthchecks timing out. Upon further investigation, it appears that the default security group created with the Fargate services does not have any "ingress" rules, only egress rules:
Hi, Aric! Thanks for taking the time to report this.
You're right, the module doesn't open up any ingress traffic. This has primarily been a security design decision. We don't want to open any ports without it explicitly being stated.
However, I think you're right that the module should support doing it, if it is defined to do so, but default to no ingress openings.
If you have time to make a Pull Request, I'll review it. If not, we will see when we have time to make it happen.
Bug report
From
main.tf
:I think this can be resolved by creating an ingress security group rule for the
container_port
Steps to reproduce
Terraform version
The text was updated successfully, but these errors were encountered: