-
Notifications
You must be signed in to change notification settings - Fork 165
v0.21.0 can't connect to RDS db when running on AWS ECS #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This looks to me like a DNS issue, maybe due to the statically built binary. |
What statically built binary? |
How did you run Terraboard? From the provided binary, from the provided Docker image, or did you build it yourself? |
docker image v0.21.0 |
Then you're using a static binary, since Terraboard is built statically in the Docker image, in order to use a Several go binaries have reports of DNS request failures when built statically, though usually this seems to happen only with names ending in I wonder if you're hitting a similar bug here. |
Just pass |
Should be fixed in #135 |
background:
Running postgres on an RDS instance
Trying to run terraboard on ECS (EC2 instance)
When I try to run terraboard's docker image on AWS ECS I get an error on startup that the RDS DB instance is busy
I confirmed all my configs/permissions are correct by running the container locally with no issues, also confirmed that the ECS instance the container runs on is able to connect to the RDS instance directly so that end is setup correctly as well.
The text was updated successfully, but these errors were encountered: