Skip to content

AWS Amplify domain "already associated with another app" but no associations exist in any region

-2

I have had no response from AWS Support, and am hoping raising my issue here might produce results.

I'm unable to associate benjaminkitson.com with my Amplify app. I receive the error:

"One or more domains requested are already associated with another Amplify app: www.benjaminkitson.com, benjaminkitson.com"

I have verified the following:

  • list-apps across all Amplify-supported regions returns only one app (dwld0pzka7qul, eu-west-2)
  • list-domain-associations for that app across all regions returns no results
  • Route 53 hosted zone contains no records pointing to any amplifyapp.com URL
  • ACM shows no stale certificates for the domain

The domain appears to be locked to a deleted app on the AWS backend that is no longer visible through any CLI or console tooling. I need AWS to manually clear the domain association on the backend.

App ID: dwld0pzka7qul Region: eu-west-2 Domain: benjaminkitson.com Account ID: 376129883220

Thanks!

2 Answers
1

Hello.

This error can occur not only with Amplify but also when linked to CloudFront.
If you have previously created a CloudFront instance using that domain, you should also check CloudFront.
If it's not found in CloudFront either, all you can do is wait for a response from AWS support.
https://repost.aws/questions/QUFshgZBsORg2MPNBrNG8msg/unable-to-associate-domain-gifted-project-net-with-amplify-cname-already-in-use#ANPz6aot9fTPOASo6jlaXm6w

EXPERT
answered 14 days ago
EXPERT
reviewed 13 days ago
-1

This is a known issue where domain associations can persist in AWS Amplify's backend even after an app has been deleted, making the domain appear "locked" to a non-existent app. Since you've already verified that no domain associations exist through the CLI and console across all regions, and AWS Support hasn't responded yet, here are some additional steps you can try:

  1. Double-check domain associations using the CLI: Run aws amplify list-domain-associations --app-id dwld0pzka7qul --region eu-west-2 to confirm no associations exist for your current app.

  2. Check for any pending domain operations: Sometimes domains can be stuck in a transitional state. Look for any pending operations in the Amplify console.

  3. Verify domain ownership in Route 53: Ensure the domain is properly configured in Route 53 and there are no conflicting DNS records.

  4. Try a different subdomain first: As a temporary workaround, try associating a different subdomain (like app.benjaminkitson.com) to see if the issue is specific to the root and www domains.

Since this appears to be a backend data inconsistency that requires AWS intervention, I recommend:

  • Escalating your support case: If you have a support plan, request escalation of your existing case
  • Opening a new support case: Reference your app ID, region, domain, and account ID (which you've already provided)
  • Using the AWS re:Post community: Post your issue there as AWS support engineers monitor that forum

Unfortunately, this type of backend cleanup typically requires AWS support team intervention to manually remove the stale domain association from their systems. There's no customer-facing API or console action that can resolve this particular issue.

answered 14 days ago
EXPERT
reviewed 14 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.