Access IIS http/https website outside externally

0

Hi AWS, I am running a IIS website on EC2 Windows server. I am able to access it using http (http://www.arjunwinter.com) as you can see in the screenshot attached Website Accessed Internally . I have updated the security group inbound rule as well and I have also attached the screenshot of it. The port I am using is default HTTP port 80. Security Group Inbound Rule

But now while I am trying to access the website as external user I am getting the error as attached in this final screenshot Error while accessing the website externally.

Please have a look and let me know what modifications I need to make to access the same.

1 Answer
0

Hello.

Where is "www.arjunWinter.com" a hosted domain?
Even if I run the nslookup command, the name cannot be resolved.
Is it a public domain hosted on Route53 or something?
I think it's set directly in the domain settings of your PC so that only you can access it.

nslookup www.arjunWinter.com
Server:         192.168.11.1
Address:        192.168.11.1#53

** server can't find www.arjunWinter.com: NXDOMAIN

dig www.arjunWinter.com ns

; <<>> DiG 9.16.1-Ubuntu <<>> www.arjunWinter.com ns
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35142
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.arjunWinter.com.           IN      NS

;; AUTHORITY SECTION:
com.                    900     IN      SOA     a.gtld-servers.net. nstld.verisign-grs.com. 1702361974 1800 900 604800 86400

;; Query time: 48 msec
;; SERVER: 192.168.11.1#53(192.168.11.1)
;; WHEN: Tue Dec 12 15:19:52 JST 2023
;; MSG SIZE  rcvd: 121

If you want to publish your domain externally, you will need to purchase a public domain yourself.
For example, at Route53, purchase by following the steps in the document below.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html#domain-register-procedure-section

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions