I'm trying to configure a custom domain name ("test.example.com") transferred to Route 53, pointing towards an S3 static website bucket ("test.example.com"), through the use of a cloudfront distribution ("1111.cloudfront.net") (for the record, I couldn't point the domain toward the S3 bucket directly either). I've got the following settings;
Route 53 record sets:
- A test.example.com (alias = yes) pointing towards: 1111.cloudfront.net
- AAAA test.example.com (alias = yes) pointing towards: 1111.cloudfront.net
Cloudfront distribution:
- Alternate Domain Names (CNAMEs): test.example.com
- IPv6: enabled
- Delivery method: web
- Domain Name: 1111.cloudfront.net
- SSL certificate: *.example.com (registered in us-east-1, I've got a similar one in eu-north-1)
- Origin: test.example.com.s3.amazonaws.com
Certificate manager:
- Domain name: *.example.com
- Additional names: example.com
- Status: issued
The following works:
http://test.example.com.s3-website.eu-north-1.amazonaws.com
The following does not work:
I can't see what I'm missing?