Join Slack
Powered by
This message was deleted.
# python
s
sparse-intern-71089
04/08/2021, 10:51 AM
This message was deleted.
Untitled
s
shy-sunset-67287
04/08/2021, 2:57 PM
Found the issue. Turns out the database endpoint on AWS Aurora has no port (
host
) whereas the regular RDS endpoint does have (
host:port
). So doing a
split(":")
and pulling out the host and port will work on RDS but not on Aurora 🤷
Open in Slack
Previous
Next