Hi Jesse,
Thank you very much for the response.
Yes. The problem I am having is that I want to use the serverless Aurora DB service but the end point of the DB can’t be pinged. I asked AWS support to see if it can be changed and they said no.
This is the error I am getting when starting the server:
{“level”:“info”,“ts”:1551280409.4031305,“caller”:“app/app.go:143”,“msg”:“Server is initializing…”}
{“level”:“info”,“ts”:1551280409.405245,“caller”:“sqlstore/supplier.go:207”,“msg”:“Pinging SQL master database”}
[mysql] 2019/02/27 15:13:59 packets.go:36: read tcp x.x.x.x:36150->x.x.x.x:3306: i/o timeout
{“level”:“error”,“ts”:1551280439.434761,“caller”:“sqlstore/supplier.go:219”,“msg”:“Failed to ping DB retrying in 10 seconds err=context deadline exceeded”}
However, I can connect no problem to the DB using:
mysql — user=[user] --password -h [endpoint of cluster])
Thank you for your help!
Miguel