I'm trying to Redirect non-www requests to www on Amazon Route 53.
I made an S3 bucket with the name of the naked domain and configure the bucket properties to redirect from example.com to www.example.com, and then in Route 53 create an alias for the naked domain name that points to that S3 bucket based on the following :
Redirect non-www requests to www on Amazon Route 53
It worked great for me, except for the HTTPS.
Right now I can't access https://example.com for some reason.
Any help would be highly appreciated.