IP for FQDN

0

Hi Friends:

I'm not completely new to Route 53, but I am trying to figure out something I no longer remember how to do.

I am setting up a new FQDN as a hosted zone in a new AWS Route 53 setup. The domain was purchased by our CEO from Godaddy. I have changed GoDaddy's NS records to reflect the new NS records provided from Route 53. I have added the hosted zone in AWS. I am able to edit and create new records.

(We are using a Lightsail instance and I have it's public IP that I'm using in creating DNS records for new web services we are going to be running off this instance).

There is still one issue I don't know out to fix.

When I ping MYROOTDOMAIN.COM, I don't get an IP. I don't remember how to fix this in Route 53. I've used Route 53 previously with hosted zones where the domains were purchased elsewhere, but hosted at Route 53.

I just don't remember the proper way to have the IP for the root FQDN so that it is associated with my public IP of my lightsail instance.

I can create new A records that properly work (myname.MYROOTDOMAIN.COM A XX.XX.XX.XX) in resolving IPs to dns records.

So what I need to do is have MYROOTDOMAIN.COM be associated with my public IP. Our website will be used this way...not by www.MYROOTDOMAIN.COM. Just http://myrootdomain.com.

Can anyone help me with this? I just don't remember what I need to tweak in my Route 53 hosted zone file to ensure that this bit works.

gefragt vor 3 Jahren211 Aufrufe
2 Antworten
0

Hello,

I can see that you already have the A record for the root domain "MYROOTDOMAIN.COM" and it is also resolving successfully, Here is the output for that :

dig MYROOTDOMAIN.COM +short
66.96.134.203

It means that domain is pointing to this IP and when I try to connect to the domain through ping I can see the same IP connected but the requests are timing out because traffic from my IP would not be allowed. For domain to point to IP you can simple create A record : [] Supported DNS record types - A record type - https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#AFormat

Thanks

AWS
SUPPORT-TECHNIKER
beantwortet vor 3 Jahren
0

Thanks.

I created an A record for my root domain. I thought I had to somehow create a @ record, but Route 53 does not list this as an option for a type of record. So instead I just created an A record with no host portion...just the domain (mydomain.com)

PS. If it wasnt' clear, I wasnt' making a record for myrootdomain.com. I was using that as a placeholder for the discussion example.

beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen