What Should I Do If an ECS Cannot Connect to an RDS DB Instance Through a Private Network?
Perform the following steps to identify the problem:
- Check whether the ECS and RDS DB instances are located in the same VPC.
- If they are in the same VPC, go to 2.
- If they are in different VPCs, create an ECS in the VPC in which the RDS DB instance is located.
- Check whether the security group rules of the ECS instance are appropriate.
For RDS for MySQL instances, see Configuring Security Group Rules. Then, go to 3.
- On the ECS, check whether the RDS DB instance port can be connected.
The default port of RDS for MySQL is 3306.
The default port of RDS for MariaDB is 3306.
The default port of RDS for PostgreSQL is 5432.
The default port of RDS for SQL Server is 1433.
telnet <IP address> {port number}
- If the ECS can connect to the RDS DB instance port, the network between the ECS and the RDS DB instance is normal and no further action is required.
- If the ECS still cannot connect to the port, contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot