How to fix the RDS / MariaDb Connection issues ?

0

I have completed the full setup for MariaDb into the AWS environment. The EC2, VPC and DataBase are public, up and running however I am still unable to connect wi the error "Can't connect to server on <my DataBase endpoint>". What am I missing? What am I doing wrong?

Is there a way to check where is the connection failure?

2 回答
0

Hello.

If you want to check the connection from EC2 to RDS, I think the Reachability Analyzer function will be useful.
https://aws.amazon.com/jp/blogs/database/troubleshoot-network-connectivity-to-amazon-rds-databases-using-vpc-reachability-analyzer/
https://repost.aws/knowledge-center/vpc-connectivity-reachability-analyzer

If you are connecting directly to RDS from your local PC, the security group settings may not allow connection or the RDS public access settings may not be enabled.
Also, it is not recommended to make a database such as RDS public for security reasons, so I think it is better to change the connection method as described in the document below.
https://aws.amazon.com/jp/blogs/mt/use-port-forwarding-in-aws-systems-manager-session-manager-to-connect-to-remote-hosts/

profile picture
专家
已回答 3 个月前
0

Hi, You should follow the guidance of this knowledge article to verify multiple possible causes of such error: https://repost.aws/knowledge-center/rds-cannot-connect

Best,

Didier

profile pictureAWS
专家
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则