Tuesday, August 8, 2017

domain name system - Route 53 - IP:PORT











Using Route 53, how would I make a record point to an IP:PORT?



I have tried using a CNAME but it will never resolve.


Answer



This is impossible. The DNS is only able to map to an IP, not to a port.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...