0

I'm really lost,

I have one ReactJS app on aws :

I would like to have another ReactJS app "Test APP 2", totaly independent, but under a subdomain https://back.hello-42test.io

I found were I can add sub domain under domain management but its only for the app "Test App 1" Even with reading the doc I dont get how to do that

xif
  • 343
  • 1
  • 9
  • 25

1 Answers1

0

If you have already setup the domain using Route53 then you can publish the new website to a S3 bucket and use CloudFront to redirect the subdomain to the bucket.

AWS CloudFront redirecting to S3 bucket