I have an aws ec2 cluster and an application load balancer, the cluster runs a service which uses the load balancer.
I can access the load balancer through https using the load balancer's dns name (with a certificate error of course).
Now I want to direct my DNS server (managed through namecheap.com) to the load balancer. For that I need to add an A record with the static IP of the load balancer. I understand there is no static IPs for load balancers in AWS.
So does anyone know how I can do that? I am migrating my project from google cloud and I'm new to AWS.