I have a static website w/ S3 + Route53 + Cloudfront set up. I am successfully able to do the following redirects:
http://example.com -> https://example.com
http://www.example.com -> https://example.com
https://example.com -> https://example.com (no redirect, but loads)
However, I see the following behavior:
https://www.example.com -> page never loads
Is there a way to make https://www.example.com -> https://example.com ?