Accessing IIS site via web

0

Hello Everyone,

I am trying to access a site on my Windows instance in AWS.

I created inbound and outbound rules , but only seem to get the site to browse locally. ( Will not access the internet.

I read something about "port forwading " but am unsure this is my problem

Can anyone help me?

Thank you, John

JMB
已提問 3 個月前檢視次數 115 次
2 個答案
1

Hello.

Does this mean that the website cannot be displayed with the public IP address of EC2?
In that case, please confirm that a route to the Internet gateway is set in the route table of the subnet where EC2 is running.
Also, make sure that the network ACL of the subnet where EC2 is running allows all communication.
Make sure port 80 is allowed in the EC2 security group's inbound rules.

profile picture
專家
已回答 3 個月前
profile picture
專家
已審閱 3 個月前
  • In addition to this, please also make sure your windows firewall is not blocking inbound connections and folder permission (where the website files are) is set to everyone.

0

I think the problem is on my DNS. I've noticed only now that integrations.domain.pt is resolving to 123.123.123.123, instead of 345.3435.345.345 I think i need need you to update my DNS, so that both integrations.domain.pt and *.integrations.domain.pt resolve to the AWS EC2 public IP (345.3435.345.345)

My problem nopw is that I am new to AWS and am unclear if this is done on teh Windows Server or the AWS instance.

Would you have any suggestion?

JMB
已回答 3 個月前
  • Since this seems like a problem on DNS records, it needs to be done there. If you are using AWS Route53 as your DNS, then you can check if the record is correctly set to the EC2 public IP. If you are using another provider for the DNS, you need to do the same steps there. Based on the info provided above, I don't think any changes are required to your Windows server for DNS purposes.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南