Amazon Route 53 setup and 301 Redirection setup

前端 未结 3 1438
难免孤独
难免孤独 2021-02-04 14:18

I\'ve setup my site on Amazon EC2 server. I am using Route 53 and the servers DNS have already propagated correctly when I set them on Godaddy. I have a few problems. AT the end

3条回答
  •  别那么骄傲
    2021-02-04 14:57

    I think you can do what you want with S3 static website hosting. You can point www.domain.com to an empty S3 bucket with a catch-all redirection rule: http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html

    As an added bonus, it will take load off of your EC2 instance.

提交回复
热议问题