I have imported a self signed certificate in AWS Certificate Manager for domain *.example.dev.
My application is deployed on elastic beanstalk which works when accessed through the elastic beanstalk environment link.
But when I use Amazon Route 53 to route DNS traffic for abc.example.dev to my existing Elastic Beanstalk environment and go to abc.example.dev, I get a "404 not found error".
I don't know what is going wrong.
Do I need to have the example.dev domain registered inside Route53 registered domains as well. At the moment my route53 doesn't have any registered domains.