Also: wasn't there a guide somewhere for deploying...
# orm-help
s
Also: wasn't there a guide somewhere for deploying with Zeit Now?
m
Sam, there is a guide (I'll grab it for you, but haven't followed it so can't say for sure how up to date, etc., it is).
s
@medelman I think I've gotten the Now part figured out. Now (pun intended?) I'm trying to connect it to RDS. 🙃
m
Networking issues?
s
Yes. I'm getting
request to https://<My_RDS_Endpoint> failed, reason: connect ETIMEDOUT 13.58.14.84:443
@medelman Do you use RDS?
m
I do. But not typically exposed to the interwebs
It's gotta be something to do with your AWS config, no?
s
I already updated the security group to be public-facing. I still thought it was an AWS issue because Prisma isn't complaining about my endpoint.
AWS is showing 20 active db connections too..
m
Weird. I can't ping it from here.
can you connect to it using
mysql -h XXXXX
s
It's postgres
Yeah I had no issue connecting with pgAdmin.