How to point Amazon S3 bucket to test subdomain like images.develop.example.com

亡梦爱人 提交于 2019-12-02 08:35:19

To share static content from develop.images.example.com:

  • Create an Amazon S3 bucket called develop.images.example.com
  • Turn on static website hosting
  • Create a Route 53 A record for develop.images.example.com with Alias=YES and point it to your S3 bucket

This is the same process as you would have followed for images.example.com.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!