How to connect to RDS My Sql Server instance which is in application VPC and Private subnets

0

How to connect to RDS My Sql Server instance which is in application VPC and within Private subnets from internet.

preguntada hace un año317 visualizaciones
1 Respuesta
0

Does your application live in the VPC private subnet as well and you want to access the application? If so, you can set up an Elastic Load Balancer that provides access to the application from the Internet.

If you want to provide access to the database from the Internet (which I wouldn't recommend), you could use a Network Load Balancer to do that. Best practice, you can deploy an API via API Gateway that fetches the results when someone uses it. This will allow you to provide access to the data without giving direct access to the database.

profile picture
respondido hace un año
  • Hey, Thank you for your response.

    I do have this rds in pivate subnets with Public accessibility as No. And now my db team wants to access it with MySQL server studio or Myworkbench to connect to it.

    What will be the recommended way for this.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas