Route 53 stopped working for my S3 bucket

0

I created a static website by using S3 then I bought a domain name (same as my bucket name) and then routed the traffic to that website by using Route 53.

I followed these two guides in order to accomplish this:

  1. [https://aws.plainenglish.io/how-to-publish-your-website-on-aws-for-beginners-e6a81da30d8b] (S3 stuff)
  2. [https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/RoutingToS3Bucket.html] (Route 53 stuff)

Everything worked fine for like a month. Now when I visit my website it says "This site can’t be reached". I didn't make any changes to any settings. Can someone explain to me what's going on and how I can fix this, please?

  • It might help in finding the problem if you could tell what is the URL for the website you have.

ridvan
已提问 1 年前404 查看次数
2 回答
0

Greetings

There could be several reasons why your S3 static website is not accessible. Here are some things you can check:

Check if the S3 bucket is still accessible: Make sure the S3 bucket that contains your website's files is still accessible. You can try accessing it directly through the S3 console or by using the bucket's endpoint URL. If you can't access the bucket, it's possible that the bucket policy or the access control list (ACL) has been modified, which can result in the bucket becoming inaccessible.

Check if the Route 53 record is still pointing to the correct S3 bucket: Make sure the Route 53 record that maps your domain name to the S3 bucket is still pointing to the correct bucket. You can check this by going to the Route 53 console and checking the record's settings. If the record is pointing to the wrong bucket, update it to point to the correct bucket.

Check if the domain name has expired: If you purchased your domain name from a registrar, make sure the domain name has not expired. If it has, you will need to renew the domain name.

Check if the SSL certificate has expired: If you are using SSL/TLS to encrypt traffic to your website, make sure the SSL certificate has not expired. If it has, you will need to renew the SSL certificate.

Check if there are any issues with your internet connection: Sometimes, issues with your internet connection can prevent you from accessing websites. Try accessing your website from a different device or network to see if the issue is with your internet connection.

If none of these steps resolve the issue, you may need to provide more information about your setup to troubleshoot the issue further.

Please let me know if that helped

AWS
专家
ZJon
已回答 1 年前
  • Did I answer your question? please let me know

0

Hello, I'm having the same issue. Nothing from what you said seems to be my problem. I never had an SSL certificate. I did try to get one but it was rejected. The S3 bucket is accessible but the routing doesn't work. Any idea?

已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则