how to created new subdomain in ec2 amazon.com actually i want to host my multiple projects on this amazon.com so can you tell the exact way how to create subdomain. i searched a lot but no success. and my domain is: as follows http://ec2-122-248-220-105.ap-southeast-1.compute.amazonaws.com

thanx in advance...

link|improve this question
feedback

1 Answer

What you need to do :-

  • Assign an elastic IP to your instance.
  • Obtain a domain name that you like.
  • Use the Domain Name System tools provided by the registrar for your domain name to point a DNS A record at your elastic IP.
  • Use the same tools to point a CNAME subdomain at the A record.
  • On your EC2 instance you will need to setup and configure Namebased Virtualhosts.
link|improve this answer
but how can i create the subdomain im not getting??? can you send me the link so that i can create subdomian – gur Aug 11 '11 at 10:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.