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
feita há um mês127 visualizações
1 Resposta
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
ESPECIALISTA
hyp
respondido há um mês
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas