I have used this documentation to create an internal application load balancer ingress. To make it https, I have created a Let’s Encrypt certificate. The internal load balancer is working with internal IP, but when I attach an SSL certificate with domain configuration, it’s not working. It’s giving an error: unable to resolve domain, and after adding domain, it’s IP also not working. Also, I have stored SSL certificates in the secret manager and attached them to ingress. This way also, it’s not working. To test this IP and configured domain, I created a VM in the same VPC, and by doing SSH into it to verify the IP and domain configurations.
Any insights or troubleshooting steps would be greatly appreciated.