Unable to access from the proprietary domain retrieved from route53.

Asked 2 years ago, Updated 2 years ago, 123 views

In order to place the website on the server, you can create a backup (same as your own domain name) in S3 along the official AWS documentation (https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html) and access the site from the static website hosting endpoint in S3.However, I did record set (Type: A-IPv4, Alias: yes, AliasTarget: S3 Endpoint URL, Evaluate target health: NO) on route 53, but I cannot access it in my own domain.
If http://Proprietary domain" also pops up the page on Gandi.net.

I can't solve it even if I google it, so if anyone knows how to solve it, I would appreciate it if you could let me know.

aws amazon-s3

2022-09-30 20:21

1 Answers

First, to isolate the problem, run the following command:
I think it would be good to check if the intended result is output.

nslookup proprietary domain

If there is no problem, you will see the correspondence between the proprietary domain and the static website hosting endpoint of S3 as shown below. (Sometimes it shows canonical name instead of CNAME.)

Endpoints in proprietary domain CNAME S3

If there is a problem, it needs to be fixed.

DNS reflection takes a certain amount of time, so
You must check nslookup for a few hours to see if it is reflected.


2022-09-30 20:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.