Garden-AI / garden-backend

The backend service for thegardens.ai
MIT License
1 stars 0 forks source link

infra: make it possible to connect pgadmin to rds instances #102

Open OwenPriceSkelly opened 2 weeks ago

OwenPriceSkelly commented 2 weeks ago

our RDS instances aren't publicly available, so in order to connect to them via something like pgadmin we need an ec2 instance in our default VPC we can use to set up an ssh tunnel.

this probably isn't very much work to set up, just making an issue for it before I forget

OwenPriceSkelly commented 2 weeks ago

once we have this I think we can safely declare victory on #43 too