使用本地DNS服务器托管S3网站,而不需要Route53

0

【以下的问题经过翻译处理】 我设置了一个S3存储桶用于“静态网站托管”,一个具有自己的SSL证书和允许主机头的CloudFront分配,以及一个附加到应用负载均衡器(ALB)的全球加速器IP地址。应用负载均衡器进行301重定向到S3存储桶。我知道您可以将EC2实例设置为目标组,然后转发保留原始URL。使用301重定向到绑定到S3存储桶的Cloudfront分配的方法,您是否也可以保留原始URL?

1 Answer
0

【以下的回答经过翻译处理】 不可以。你的问题主题提到了Route 53。在这种情况下,如果你在"firstexample.com"上托管内容,则需要Route 53以将"apex record"分配给特定的端点(ALB、CloudFront等)。如果你从"www.firstexample.com"重定向到"www.secondexample.com"或"static.firstexample.com",需要通过Route53做解析。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions