Host Multiple Website in One Bucket with Cloudformation

0

How can i use CloudFormation to Host Multiple Website in One Bucket and 2 with cloud front Distribution eg:

test.domain.com -------- Folder[S3_BUCKETURL/test] (Without CloudfrontDistribution)

beta.domain.com -------- Folder[S3_BUCKETURL/beta]

app.domain.com -------- Folder[S3_BUCKETURL/app]

1 Answer
2
Accepted Answer

Hello, Yes, you can host multiple websites from a bucket with or without Cloudfront depending on the use cases using Cloudformation templates. Make sure you have a correct domain configuration. However, for https, you need SSL certificate and Cloudfront distribution.

AWS
answered 8 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