Unable to Connect to RDS Instance After Endpoint Address Change after restore

0

I would like to ask why, after restoring a snapshot in RDS and naming it differently, I am unable to connect. The original instance was named 'mysql8', and after the restoration, it became 'mysql8-test.

I am using MySQL Workbench to connect, but still unable to establish a connection. What should I do to troubleshoot this?

I have confirmed that the VPC is the same as before, but the only difference is that the endpoint address has changed.

Does anyone know the reason for this?

Museum
asked 19 days ago114 views
1 Answer
0

First of all, you need to verify DNS resolution as below.

At the client,
$ dig <rds endpoint> +short

Indeed, need to make sure that the mysql port is opened, the inbound and outbound 3306 port.
Please share with me the more detailed situation to troubleshoot if it doesn't work.

Connecting to a DB instance running the MySQL database engine https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToInstance.html

AWS
EXPERT
hyp
answered 19 days ago
profile picture
EXPERT
reviewed 19 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions