Reputation: 101
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.
Upvotes: 1
Views: 3606
Reputation: 5304
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.
Upvotes: 1