- Newest
- Most votes
- Most comments
Hello.
Does Amplify support domain validation when Route 53 is in another AWS account?
Since the certificate is issued using ACM, even if the domain is managed by another AWS account, an SSL certificate can be issued as long as the domain validation CNAME record is registered correctly.
It times out after 72 hours, but why not wait until that happens just to be sure?
https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-cert-requests.html
Is delegating the subdomain (e.g., dev.example.com) with NS records to the Amplify account the correct approach?
Setting up is easier if you manage the domain with Route53 using the account that issues the certificate.
The domain itself can be used even if it is managed by a different account.
Could previously deleted ACM certificates or records still block validation?
If the certificates used in the past have been deleted, they should not interfere with the verification.
Relevant content
- AWS OFFICIALUpdated a year ago

I'm posting the final answer here in case anyone else faces this frustrating "Pending validation" issue.
Thank you to @Riku_Kobayashi for your answer.
The problem was not the cross-account setup but a Broken DNSSEC Chain of Trust on the domain.
The ACM certificate validation was blocked because of a security conflict:
The Fix:
The conflicting DS Record was deleted from the domain registration settings.
After propagation, the security block was removed, and the ACM certificate automatically issued.