I am a developer, not a cloud expert, but I have learnt that having knowledge in many areas is key to success.
I have a AWS EKS cluster, in which I have a public load-balancer service (check it out; it's a simple NodeJS Express API).
I also have a domain on Route 53 along with a pending ACM SSL certificate.
I was wondering what I have to do to map my Route 53 domain to my load-balancer, so I don't have to use the extremely long domain name AWS provides as a default for the load-balancer.
Or maybe another way of putting it: how do I change the default domain name of my load-balancer to a Route 53 domain?