- Newest
- Most votes
- Most comments
The "rep_net_server_select: Server poll timeout. failed" errors you're seeing in your AWS DMS logs are related to network connectivity issues between the DMS replication instance and your source or target databases. These errors occur repeatedly because DMS is continuously trying to establish or maintain a connection but is encountering timeouts.
These network connectivity issues could be caused by several factors:
- Security group configurations that don't properly allow traffic between the DMS replication instance and your databases
- Network ACLs or firewall rules blocking necessary connections
- VPC configuration issues preventing proper routing
- Database server performance bottlenecks causing connection delays
- Network latency or packet loss between the DMS instance and databases
To troubleshoot and resolve these errors:
- Verify that security groups for both source and target databases allow inbound and outbound traffic from the DMS replication instance
- Check that the databases are accessible from the VPC where DMS is running
- Ensure the source and target databases allow access from the public IP address of the data migration
- Review CloudWatch logs for more detailed error information
- Test direct connectivity between the replication instance and your databases
- Consider increasing the network timeout settings in your task configuration
If the issue persists after addressing these network connectivity concerns, you may need to examine your database configurations or consider reaching out to AWS Support for more detailed troubleshooting assistance.
Sources
Troubleshooting for homogeneous data migrations in AWS DMS - AWS Database Migration Service
AWS DMS implementation guide: Building resilient database migrations through testing, monitoring, and SOPs | AWS Database Blog
answered 8 months ago
Relevant content
- AWS OFFICIALUpdated 3 years ago
