I recently used Amazon Route53 for routing my domains and I needed to route around 15 subdomains. I had 2 options to add subdomains:
- Create a hosted zone for each subdomain and then add NS record in the parent domain.
- Just create A record for all subdomains.
I tried both and both are working just fine. What are the pros/cons of using each option?