Y
Hacker News
new
|
ask
|
show
|
jobs
by
siquick
1209 days ago
Where would you host a container based Node API that connects to a non-public Postgres database?
4 comments
notmars
1209 days ago
Google CloudRun with direct serverless VPC access of a CloudSQL instance with no public IPs
link
auspex
1209 days ago
AWS Fargate connecting to RDS
link
webjunkie
1208 days ago
Just if you're interested in AWS: look into AWS Copilot CLI to get started really fast with getting a container up (and have a database with it).
link
alex_suzuki
1208 days ago
I use AWS AppRunner with Docker. It understands Node.js natively also, I think.
link