Home > Net >  AWS DNS not updating
AWS DNS not updating

Time:01-02

I am attempting to configure the DNS records in AWS Amazon. As an experiment im trying to host a static website from an S3 bucket, use Cloudfront and attach a custom domain. Thus far its a fail and i'm considering never going near AWS with a bargepole again, all the same I would like to see this through.

CloudFront distribution is working securely at https://dr3uff0ffprrr.cloudfront.net/ although it is slower than expected.

I cant attach a custom domain to the CloudFront distribution with DNS routing. I know it can take 72 hours to propagate, I am way beyond that now. I have also tried the enhanced support option but all they do is refer to their own flawed literature which I could have read for myself at no extra cost.

The custom domain that I want to use is www.androit-solutions.com. Oddly it is hosted by AWS Route53 and I wonder if that has actually made it more complicated to use.

Anyway, a bucket has been created for domain and subdomain. My inputted DNS details are:

androit-solutions.com A Simple - dr3uff0ffprrr.cloudfront.net.

androit-solutions.com AAAA Simple - dr3uff0ffprrr.cloudfront.net.

androit-solutions.com NS Simple -
ns-1581.awsdns-05.co.uk ns-115.awsdns-14.com ns-755.awsdns-30.net ns-1266.awsdns-30.org

androit-solutions.com SOA Simple - ns-1581.awsdns-05.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400

www.androit-solutions.com A Simple - dr3uff0ffprrr.cloudfront.net.

www.androit-solutions.com AAAA Simple - dr3uff0ffprrr.cloudfront.net.

Please help or feel free to suggest alternatives.

Thanks

Robert

Please see everything above

I would rather do it through AWS and I don't think CLI will do any better

Maybe something is going on behind the scenes that I don't appreciate

DNS server lookup sites report that there are no DNS records

CodePudding user response:

Are all your domain's NS records properly updated in R53?

Also, is your S3 bucket enabled to host static websites?

www.androit-solutions.com A Simple - dr3uff0ffprrr.cloudfront.net. www.androit-solutions.com AAAA Simple - dr3uff0ffprrr.cloudfront.net.

Are these records created as Alias?? Alias will help you select AWS service like ALB or Cloudfront correctly.

Do check this webpage for more info.

Do check the configurations once again & if error still persists, share more info/ screenshots.

CodePudding user response:

It appears your DNS zone is not public.

> androit-solutions.com
Server:  dns.google
Address:  8.8.8.8

*** dns.google can't find androit-solutions.com: Server failed
>
  • Related