We deployed an AWS-EC2 instance with SQL Server 2016 Standard Edition. We have opened the ports using Security Groups. (e.g. 1433 for MSSQL and 2383 (known for SSAS port)).
I tried to connect using Excel but unfortunately it cannot access the server. I am using the Public IP to connect.
Tried to see if 2383 is listening through the use of portqry tool. But it says, the port is FILTERED.
Can anyone help me with this problem? Is is possible to connect to the AWS-EC2 SSAS instance from Excel?
Thank you in advanced!