Access multiple HTML sites in S3 bucket with one CloudFront distribution

0

Hello, I have a S3 Bucket with two folders: Manual FactSheets

Those folders have subfolders like 3.2, 3.3 and so on. In every subfolder an index.html file is placed which serves the static webpage.

I want to access those different subfolders with my own subdomain, e.g. manual.example.de/Manual/3.2/index.html but with only one CloudFront distribution. So I have to build a URL like this: <distribution>cloudfront.net/Manual/3.2/index.html .

I already set index.html as the root file in my S3 origin. Can you help me with this issue?

BR Mark

已提問 6 個月前檢視次數 277 次
1 個回答
0

You’ll need an ACM certificate in us-east-1 for your custom domain. If you intend to use multiple domain names on your CDN ensure you add the additional names to the ACM.

Then edit your cloudfront distribution and configure your Alternate Domain Name selecting the ACM certificate.

That should get you up and running.

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html

If you need multiple domains then you can find info here https://repost.aws/knowledge-center/multiple-domains-https-cloudfront

profile picture
專家
已回答 6 個月前
profile pictureAWS
專家
已審閱 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南