We have a managed MySQL cluster at DigitalOcean, and we want to allow direct access to our dev team to work on that database, without having to add their IP address to trusted sources every time their local IP gets changed.
The question now is, can we use a droplet as a jump server, so our dev team can ssh tunnel through this server to the database, and we add only this jump server to the trusted sources.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @msmongez,
Yes, you can use droplet as a jump server to connect to MySQL managed database cluster.
https://docs.digitalocean.com/products/databases/mysql/how-to/secure/
Regards, Rajkishore