pelcomppl
pelcomppl

Reputation: 575

AWS CloudFront + single S3 bucket + multiple subdomains on xyz.cloudfront.net

I try to connect multiple subdomains (wildcard would be the best) to single S3 bucket. I don't have my own domain, I want to do it with automatically generated xyz.cloudfront.net, e.g.

> sub1.xyz.cloudfront.net 
> sub2.xyz.cloudfront.net
> sub3.xyz.cloudfront.net

should be mapped to the same S3 bucket.

I know how to connect S3 bucket to xyz.cloudfront.net. How to connect multiple subdomains to this bucket?

Upvotes: 0

Views: 272

Answers (1)

cementblocks
cementblocks

Reputation: 4616

You cannot create a sub domain on the default cloudfront domains, since you don't control the DNS or certificates for the cloudfront domains.

Upvotes: 1

Related Questions