Subdomain not working in Route 53

0

I transferred a domain and have it in Route 53. I have an EC2 instance running with Public IPv4 address 13.49.67.88. When I access https://13.49.67.88/, I get "Hello, world!". I created a subdomain called test.danilocangucu.com pointing to the Public IPv4 mentioned before. When I test the record from Route 53 it says to me:

Response returned by Route 53 Response from Route 53 based on the following options.

Hosted zone danilocangucu.com Record name test Record type A DNS response code No Error Protocol UDP Response returned by Route 53 13.49.67.88

When I access http://test.danilocangucu.com/ or https://test.danilocangucu.com/ with chrome, I have the response:

This site can’t be reached Check if there is a typo in test.danilocangucu.com. DNS_PROBE_FINISHED_NXDOMAIN

What am I doing wrong and/or missing here?

Thanks in advance, Danilo

Danilo
asked a month ago209 views
3 Answers
0

Can you verify the domain transfer? DNS is not hosted on Route 53

C:\>nslookup - 8.8.8.8
Default Server:  dns.google
Address:  8.8.8.8

> set type=NS
> danilocangucu.com
Server:  dns.google
Address:  8.8.8.8

Non-authoritative answer:
danilocangucu.com       nameserver = dns3.p01.nsone.net
danilocangucu.com       nameserver = dns2.p01.nsone.net
danilocangucu.com       nameserver = dns4.p01.nsone.net
danilocangucu.com       nameserver = dns1.p01.nsone.net
>

You may have to view domain registration status

EDIT: After that, create A record in your Route 53 public hosted zone that points to your EC2.

Screenshot below for illustration Enter image description here

AWS
EXPERT
Mike_L
answered a month ago
  • Hi Mike!

    Thank you very much for your answer.

    I added the 4 nameservers that appears in route53 -> hosted zones -> danilocangucu.com -> value/route traffic to. Is that what am I supposed to do?

    I appreciate any clarification from you.

    Greetings, Danilo

  • The NS records look goods. You are missing DNS A record for your EC2 instance. I have updated the post

0

I checked your domain danilocangucu.com and found that Route53 is not configured on the NameServer.

Please refer to the documentation to set the name server.

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/migrate-dns-domain-in-use.html#migrate-dns-change-name-servers-with- provider

profile picture
EXPERT
shibata
answered a month ago
  • Hi, shibata!

    Thanks for your message.

    I changed the namesevers to the ones route53 gives in my danilocangucu.com hosted zone and now I am waiting for the changes to be processed.

    Any further support is highly appreciated!

    Greetings, Danilo

0

Hello again, shibata and Mike!

Now I have changed the name servers and it's not working still. Can you help me?

That's what I have now in the records:

Thank you, Danilo

Danilo
answered a month ago
  • Hello Danilo.

    I just checked, and the name resolution is correct. It takes some time for Name Server changes to take effect, which may be why it was not visible when you checked.

    $ nslookup danilocangucu.com
    
    Non-authoritative answer:
    Name:   danilocangucu.com
    Address: 13.49.67.88
    

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