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.

질문됨 일 년 전483회 조회
2개 답변
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
전문가
답변함 일 년 전
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...!! :( :(

답변함 일 년 전

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

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

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