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
질문됨 한 달 전127회 조회
1개 답변
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
전문가
hyp
답변함 한 달 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠