Hello,
I successfully connect Amazon RDS to MS SQL Server Express (2014) and to Visual Studio projects on my Work PC, but at my home PC I can't connect to this instance. MS SQL Server Management Studio persist me showing this message error:
Cannot connect to debitor... ...eu-central-1.rds.amazonaws.com,1433.
===================================
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: TCP Provider, error: 0 - The wait operation timed out.) (.Net SqlClient Data Provider)
Error Number: 258
Severity: 20
State: 0
...
===================================
The wait operation timed out
On my work PCs is installed Windows 7 and I never got any error message like this one above. At home PC I use Windows 10 ( and MS SQL Server Express 2014) and it have never been succesful to connect to Amazon RDS instance.
I have tried to extend connection time-out, disabling windows firewall, but no success.
What might be preventing me from having a succesful to this instance?
Any suggestions would be very appreciated, Thanks.
Admir