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

asked 5 years ago178 views
2 Answers
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
answered 5 years ago
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.

answered 5 years 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