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

1 Respuesta
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
EXPERTO
respondido hace 6 meses
profile pictureAWS
EXPERTO
revisado hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas