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?

Dami
asked 4 months ago239 views
1 Answer
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
EXPERT
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 4 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