I created an instance in Amazon ec2 and deployed. Now I am able to access my applications using the public dns. My default public dns is like ec2****compute-1.amazonaws.com. How can I change this to some Other Public Dns.
Asked
Active
Viewed 301 times
1
-
1Possible duplicate of [How to change Public DNS in amazon ec2](http://stackoverflow.com/questions/12899887/how-to-change-public-dns-in-amazon-ec2) – Shivkumar kondi Jan 03 '17 at 05:18
1 Answers
0
- Get an elastic IP address from amazon
- assign the elastic IP address to your instance through the aws management interface
- Point your domain to your elastic IP address using your registrar's DNS tools
look this..http://aws.amazon.com/ec2/pricing/ and https://forums.aws.amazon.com/message.jspa?messageID=289265

Shivkumar kondi
- 6,458
- 9
- 31
- 58