Routed domain to EB environment: ERR_NAME_RESOLUTION_FAILED

0

I'm quite new to domains, so the answer is probably something obvious. When I visit my page 'toiminee.fi' (a small webapp made with python+flask) it doesn't work and returns ERR_NAME_RESOLUTION_FAILED.

  1. I have a registered domain 'toiminee.fi' with Route 53 as registrar. Everything related to the domain looks OK
  2. I followed the instructions https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-beanstalk-environment.html#routing-to-beanstalk-environment-get-domain-name:
    -Created a new hosted zone
    -Created a new record with the name toiminee.fi
    -Chose alias, A ipv4
    -Entered the target (EB environment): LaskisNew.c3pqcpbjzx.eu-north-1.elasticbeanstalk.com (which works)
  3. I have retried the steps a million times. I also tried EB load balancer as target which didn't help

Edited by: VilleVaan on Feb 6, 2019 7:42 PM

Edited by: VilleVaan on Feb 6, 2019 7:46 PM

Edited by: VilleVaan on Feb 6, 2019 7:47 PM

gefragt vor 5 Jahren185 Aufrufe
2 Antworten
0

The domain appears to be resolving fine here, although you do seem to have multiple A records for the root domain. Not that it can take some time before DNS changes have propagated.

RobMM
beantwortet vor 5 Jahren
0

Problem was solved yesterday but it seems one cannot post more than once a day :) the root cause was the following:
The hosted zone NS had different servers than my domain NS. I don't know where the hosted zone name servers get the default values, but the problem was fixed by going to
My registered domains | (my domain) | edit the name servers to match the ones in the hosted zone.

After that everything has worked like charm.

beantwortet vor 5 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