I migrated an old website to a static version of it. Everything was hosted on EC2 and the Route53 hosted zone was configured like this :
A
record forexemple.com
pointing to ec2 instance IPCNAME
record forwww.example.com
pointing toexample.com
The site is not statically hosted on AWS S3 and the Route53 hosted zone was configured like this :
A
record for exemple.com pointing toALIAS s3-website-eu-west-1.amazonaws.com
.A
record pointingwww.example.com
pointing toALIAS s3-website-eu-west-1.amazonaws.com
Everything works fine on every browser and any machine except on Chrome when the website has been previously visited with the old hosted zone configuration. It looks like Chrome is failing to resolve the correct DNS address. When I try to access the website, it loads forever. Any idea what is causing this?