Because of the confidentiality of the client I can not reveal actual domains. So please bear with me.
- There is a domain called abc.com already registered outside of AWS.
- Now I have created a Public Hosted Zone on AWS called xyz.abc.com. It created the list of few ns servers
- I have created a AWS SSL certificate for domain *.xyz.abc.com
- I have added this certificate to classic internet facing ELB
- Now I created a type A alias record set in R53 called bbd.xyz.abc.com pointing to a ELB having SSL certificate ( generated by AWS for domain *.xyz.abc.com)
When I am accessing https://bbd.xyz.abc.com - its not able to resolve but when I am directly giving ELB DNS name it works fine.
My Question is : It is not working because ns (name servers) servers are not added to domain abc.com as abc.com is registered outside of AWS.
Please help