Reputation: 81
I have purchased a domain from Amazon Route 53.
Also, I have created a new EC2 Instance.
I have created one Hosted Zone and configured DNS and domain routing.
I have also created an SSL certificate from the Certificate Manager, and created a Load Balancer to activate SSL.
But neither domain is start working and the certificate is not working. The only EC2 instance is working with an IP.
Any help regarding this would be appreciated.
earlyyearz.com. NS
ns-1239.awsdns-26.org.
ns-54.awsdns-06.com.
ns-1748.awsdns-26.co.uk.
ns-1010.awsdns-62.net.
ec2-3-221-201-103.compute-1.amazonaws.com - - 172800
earlyyearz.com. SOA
ns-1239.awsdns-26.org.
awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 - - 900 www.earlyyearz.com
Upvotes: 1
Views: 88
Reputation: 34427
I assume you have already done the things here https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html
Next
1) remove the ec2 from the NS section of your DNS (probably doesn't matter but it's wrong)
2) follow instructions at https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html and alias the domain name associated with the certificate with the LB
Upvotes: 3