I have a domain with Godaddy (mysite.com) which is pointing to my AWS EC2 box.
Now I need a launchpad link on my website so that if the user clicks on it it would point to launch.mysite.com
This link should also point to the same AWS EC2 box and in there I would then capture the incoming host through Apache's VirtualHosts and redirect it accordingly.
What confuses me most is now how to create the launch.mysite.com ?
Do I create a 'forward Subdomain' and forward it to my ip? Or Do I create a CNAME pointing to the same ip?
Many Thanks,
