I've some issue in AWS Route53
2 EC2 instances in the same region.
xxx.xxx.xxx.xxx -hosted: domain.tld & www.domain.tld
yyy.yyy.yyy.yyy -hosted: abc.dpmain.tld & pqr.domain.tld
2 load-balancers:
elb-1.aws.com - instances: xxx.xxx.xxx.xxx
elb-2.aws.com - instances: yyy.yyy.yyy.yyy
Route53 records:
record| name | value
-----------------------------------------
A | domain.tld | xxx.xxx.xxx.xxx
CNAME | abc.domain.tld | elb-2.aws.com
CNAME | pqr.domain.tld | elb-2.aws.com
CNAME | www.domain.tld | elb-1.aws.com
[*.].domain.tld are accessible but 'domain.tld' is not, what to do now to make 'domain.tld' accessible?...