I try to make a redirection from one to another domain. It is what I have:
Route53 (basic.domain.com) -> S3 bucket (with redirection to example.domain.com) -> example.domain.com
and this scenario works fine: http://basic.domain.com redirects to example.domain.com
but here I get a timeout: https://basic.domain.com redirects to example.domain.com
I probably should put CloudFront between Route53 and S3 bucket but I am looking for a real redirection. I mean when I type http://basic.domain.com I want to see example.domain.com on the browser address bar.