Ways to serve AWS from another domain
- by mplungjan
I have installed Ghost on AWS (it is running node)
I very much dislike the URL they gave me
http://ec2-nn-nnn-nnn-nnn.us-west-2.compute.amazonaws.com/ghost/
I own a domain and linux hosting (but not a VPS) - what would be a practical way to serve my blog via URLS on my own (sub) domain?
I can use php and access .htaccess on my domain - possibly do things on the ASW instance too (let me know what to look for)