Connect To SQL Server On AWS Windows Instance

0

Hi, We have one Windows instance with AWS cloud and our SQL Server is installed on this windows instance. We want to connect to the SQL Server on AWS Windows instance from our work computers but unable to do so. When trying to connect to the SQL Server - we get SQL Server Error 53.

Port 1433 is opened for our public IP address under Windows Firewall on Windows instance, and an inbound rule is also added for MSSQL (1433) with our public IP under AWS Console security group.

Could you please help. Thank you.

posta un anno fa484 visualizzazioni
2 Risposte
0

Remote access may be denied on the SQL server side.
You can change the SQL server settings by following the instructions in the following document.
https://learn.microsoft.com/ja-jp/sql/database-engine/configure-windows/configure-the-remote-access-server-configuration-option?view=sql-server-ver16

Otherwise, select the protocol for the instance in "SQL Server Network Configuration" and make sure "TCP/IP" is "Enabled" and the "SQL Server Browser" service is running.

profile picture
ESPERTO
con risposta un anno fa
0

Thank you for your response. SQL remote access and TCP/IP both were already enabled and SQL Server Browser service is also running!

I tried allowing all traffic through windows firewall and on AWS instance security group inbound rules. But it is still not connecting...!! :( :(

con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande