We have a dev account and a prod account. Is it OK to have a hosted zone in route 53 '.dev.company.com' in dev aws account and have different host zone '.company.com' in the prod aws account ?
Route 53 doesn't seem to restrict any duplication of zones even within an account. How do we avoid conflicts in a devops org where multiple members of the team are registering apps. And if hosted zones can be duplicated in two different accounts, a same fqdn record sets like 'myapp.subdomain.company.com' can be accidentally created in route 53 in two different accounts.