Is it easier to take the domain from WIX and host the domain under AWS? Or is there another way to do this?

旧时模样 提交于 2019-12-11 10:28:17

问题


Im trying to host a domain purchased through WIX on AWS. The site is ready to go and waiting in the bucket to be hosted under the domain my client bought through WIX. Just wondering if anyone knew how to take it from WIX and host it on AWS. Ive been looking and only found something that takes the CNAMEs made when you create a hosting zone on AWS and you can add them to google CNAMES (it was a tutorial for taking a google domain and routing to AWS) but since the CNAME section on WIX is greyed out I cant go that route.


回答1:


You can get the NS records on Route 53, Go to Wix, Go to the CNAME Records, and have the CNAME point to the NS on Route 53.

Alternatively, you could transfer your domain to AWS, and in Route 53, create a new record set by pressing create record set, set type to NS, set the name to www.[yourdomain].com, and add the wix NS in Value.

The first approach with changing the CNAMES in wix should be easier.



来源:https://stackoverflow.com/questions/50889801/is-it-easier-to-take-the-domain-from-wix-and-host-the-domain-under-aws-or-is-th

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