I have an AWS EC2 Elastic Beanstalk (Elastic Load Balancer) instance. I also have a registered domain name with 1&1 Domains.
My AWS load balanacer instance has a domain name:
https://thewhozoo.us-west-2.elasticbeanstalk.com/
Question
How do I get my 1&1 domain:
to point to the AWS load balancer?
I have tried the A/AAAA Records
, setting the IPv4 Address
to my public IP, but this doesn't work because it points directly to the instance, and not the load balancer (https://thewhozoo.us-west-2.elasticbeanstalk.com/
);