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.
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...
No comments:
Post a Comment