How to connect to Aurora Serverless from my local machine using workbench

0

I have created Aurora Serverless but I am not able to connect to the instance from workbench on my local machine. How can I do that? I have an Azure Function running which needs to access Aurora Database. How can I do that?

sujit
已提問 1 個月前檢視次數 157 次
1 個回答
0

Hi,

If you would like to connect to Aurora from your local machine, there are a couple of options:

  1. Provide a public access to the database: Here, RDS assigns a public IP address to the cluster. Amazon EC2 instances and other resources outside of the VPC can connect to your cluster. Resources inside the VPC can also connect to the cluster. Choose one or more VPC security groups that specify which resources can connect to the cluster. Even when the database is publicly accessible, access to it is ultimately controlled by the security groups associated with it. Access isn't permitted if these security groups don't permit it. So, you could add your IP address to the security group so that it permits access.
  2. If you don't want to provide Public access, you could use a AWS Client VPN that allows your remote workforce to securely connect to AWS resources, basically here you log into a VPC which has private connectivity to your DB.

Hope this helps.

Thanks, Rama

profile pictureAWS
Rama
已回答 1 個月前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南