Amazon S3: Static Web Sites: Custom Domain or Subdomain

前端 未结 6 616
北海茫月
北海茫月 2020-12-02 04:56

Amazon.com just announced that one can host static web sites in a S3 bucket. I went to their setup page at http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?W

6条回答
  •  春和景丽
    2020-12-02 05:59

    1. Create a hosted zone say mydomain.com. You can use a web based UI DNS30.
    2. Now create a CNAME entry for this hosted zone.
    3. Add a resource record with following detail Name as "mydomain.com" Type as "CNAME" Value as "mydomain.com.s3.amazonaws.com" TTl as "on your required configuration"

    Hope this will also work for static.mydomain.com

    Regards-

    Udit

提交回复
热议问题