rough explanation of what would need to be set-up to support the site
The site is currently being hosted on AWS S3 and cloudfront, and as such, it would likely be easiest to migrate it to a Rethink-controlled AWS environment. This site does not require any back-end, meaning the site can be hosted on basically any web hosting service that provides ssl certificates (https) and "mod_rewrite" style redirects, however.
Host Transfer Directions
As the domains are registered by Rethink and pointing to AOS name servers, the easiest way to transfer would be to configure AWS resources on Rethink's side, and then switch the DNS name servers for the existing domains once everything else is ready. Rethink would need to configure S3, CloudFront, and Route53 in advance of the name server switch.
Sample Configuration
S3:
index.html
model/weights.bin
should be configured with the Content-Type 'text/plain' to ensure CloudFront automatically compresses it over the network (this reduces the network payload for the ML library from 11MB to 6MB, approximately)CloudFront:
/
and use status code 200cloudfront.net
URL for this distribution should contain a working version of the siteRoute 53:
DNS Configuration, etc.
Example DNS configuration is provided for Route 53 above, for other name servers a CNAME record can point www to the host, and the domain apex would typically point to either the host or a redirect service as it can't be a CNAME