Access private databases from specific IPs

What’s your recommended way to access “private” managed databases (Redis, Postgres) from specific IPs outside of the cluster (for dev purposes for ex)?

Hey @clemg !

You have two options on AWS, first one being the preferred one:
1- use a VPN => https://docs.aws.amazon.com/vpc/latest/userguide/vpn-connections.html
2- use an SSH bastion => Connect to an Amazon RDS DB instance using a bastion host from a Linux machine | AWS re:Post

Cheers