I have hosted a static website on AWS S3 with a custom domain (purchased from crazy domain). I have obtained SSL certificate from AWS ACM.
I need to redirect bare domain "example.com" to "https://www.example.com". Following are the steps I have followed so far -
- Created 2 buckets on S3 - example.com (Used for redirection) and www.example.com (Used for website hosting)
- Created 2 cloudfront distribution - One with "Origin Domain Name" as "example.com.s3.amazonaws.com" and another with another with "Origin Domain Name" as "www.example.com.s3-website-ap-southeast-2.amazonaws.c om"
- Created CNAME record set on crazy domain with WWW pointing to cloudfront distribution as
- Added "A" record set in Route53 for both cloudfront distributions.
When I enter example.com in Firefox and Safari, it is redirecting to https://www.example.com but in Chrome it is showing This site can’t be reached
Can anyone please let me know if there is anything specific I need to do for Chrome?

