I have created a new subdomain and have a CNAME record to point that subdomain to AWS ELB.
Eg.
example.com A 178.2.2.1
abc.example.com CNAME AWS_ELB-1
Now I wanted to create a new subdomain ( basically a sub-subdomain) which points to a different AWS ELB.
Eg.
host1.abc.example.com CNAME AWS_ELB-2
host2.abc.example.com CNAME AWS_ELB-3
- Can I have entries like above ( CNAMEs for subdomain and sub-subdomain)?
- Do I need to have an A record for subdomain and have CNAMEs for sub-subdomains?