How can I connect multiple s3 static apps to one Cloudfront and direct traffic to the different s3 based on path

0

0

I have three static apps hosted in three separate S3 buckets, and I want to connect them to a single CloudFront distribution. My goal is to achieve the following URL structure:

org1.example.com: Default app org1.example.com/second: Second static app org1.example.com/third: Third static app

Constraints: I want to avoid using EC2 due to cost considerations, and each organization should access all three apps under one subdomain.

Attempts: I've tried using CloudFront behaviors to route based on subdirectories, but that didn't work. Additionally, I attempted to use Lambda@Edge with origin behavior, but it also failed to meet my requirements.

Question: How can I properly configure CloudFront to achieve the desired URL structure with multiple S3 buckets and one subdomain for different organizations?

1 Antwort
0

Hello.

How are CloudFront's behaviors configured?
For example, if the path settings are as follows, wouldn't it be possible to access another S3?
In the case of the following path, the setting will be to access the S3 bucket when accessing "org1.example.com/second/yyy.html" etc.

org1.example.com/second/*

I think the following StackOverflow answer will be helpful.
https://stackoverflow.com/questions/31567994/multiple-cloudfront-origins-with-behavior-path-redirection

profile picture
EXPERTE
beantwortet vor 5 Monaten
profile pictureAWS
EXPERTE
überprüft vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen