i don't have much knowledge about dns records and devops things. I'm just trying to achieve ;
I have an Ec2 instance on amazon. I create a CNAME record for and successfully redirected to ec2 instance.
I would like to know is it possible to subdomain to given port number for ec2 instance i mean; I have 2 node.js applications are running on my ec2 server one of them is listening to 80 port which is providing web content. CNAME record is just working fine with that application.
My other application is listening to 5575 port. i would like to have . that is point to ec2's 5575 port. is it possible to have something like that. I found SRV record thing but i'm not sure if it's correct record type for me.