- Newest
- Most votes
- Most comments
I understand you're experiencing a frustrating issue where your Amplify custom domain association is failing because the apex domain appears to be associated with orphaned CloudFront distributions from previous failed attempts.
This is a known scenario that can occur when domain association attempts fail partway through the process, leaving behind CloudFront distributions that still hold the domain as an alternate domain name (CNAME). Since CloudFront doesn't allow the same alternate domain name to be associated with multiple distributions, subsequent attempts fail with the alias conflict error you're seeing.
Here's what you should do:
-
Contact AWS Support directly through the AWS Support Center at https://console.aws.amazon.com/support/. This issue requires backend intervention to clean up the orphaned CloudFront distributions that are holding your domain alias. Support engineers have the tools to identify and remove these associations safely.
-
In your support case, provide:
- Your Amplify App ID
- The specific domain experiencing the issue
- The CloudFront distribution IDs you've identified (if you have them)
- Confirmation that you've verified DNS is correctly configured
- While waiting for resolution, avoid creating additional domain association attempts, as each failed attempt may create another orphaned distribution, compounding the problem.
Important note about your certificate: Since you mentioned trying both AMPLIFY_MANAGED and a custom ACM certificate, ensure that any custom certificate you use is in the us-east-1 region (which yours appears to be) and includes both the apex domain and www subdomain as Subject Alternative Names.
The AWS Support team will be able to identify the internal Amplify-managed distributions and remove the conflicting aliases so your domain association can proceed successfully. Depending on your AWS Support plan, response times may vary, so consider reviewing your support plan options if you need faster assistance.
Relevant content
- AWS OFFICIALUpdated 10 months ago
