I registered a domain with AWS Route 53 awhile ago and somehow included an index.html file (not through S3). I don't remember how I did this, but the index.html is an outdated version of my website. In the meantime, I have created a new index.html that I want to use for my website, and it is located in an S3 that I have configured to host a static website and connected to my Route 53 domain. When I look at the endpoint of my S3 bucket, the website loads as I would expect, but when I navigate to my domain name, the old index.html site loads. I have tried other browsers and cleared the cache without success.
These are the records that I currently have included in my domain: Records
I think one of those might be routing traffic to the original index.html?
How did I include the original index.html file when I created the domain, and how to change it to use the S3 bucket instead? This is the first website I've hosted with AWS and am just learning, but I've scoured the tutorials and can't find anything about fixing an old html file in Route 53.