How do I resolve the CNAMEAlreadyExists error when setting up a CNAME alias for my CloudFront distribution when our domain is being used by another AWS account?

0

hello

We are provisioning a backend environment through cloudformation, where it is showing an error: Resource handler returned message: "Invalid request provided: AWS::CloudFront::Distribution: One or more of the CNAMEs you provided are already associated with a different resource. (Service: CloudFront, Status Code: 409, Request ID: 47a9fa19-6e39 -46f5-8602-f953f688c7b6)" (RequestToken: ecb7d94a-2a1e-c708-9f08-03bd842cf38c, HandlerErrorCode: InvalidRequest). The error occurs with both the domains finance.multivispay.com.br and core.multivispay.com.br

When analyzing, we found that there are resources being used by the following account:

     {
         "Alias": "finance.multivispay.com.br",
         "DistributionId": "*******JHIM1QI",
         "AccountId": "******532419"
     }

I recently opened case 170534772101201, in which we only received a generic treatment through the link https://repost.aws/knowledge-center/resolve-cnamealreadyexists-error

We had already consulted on this treatment. It doesn't help us, because the other AWS account is not ours. This tutorial they sent us assumes that we have access to the AWS account "******532419", however we do not have access to the account "******532419", which is not managed by us. But we have the domain and all the ways to prove that the domain is ours. How to solve?

profile picture
wotenis
asked 3 months ago158 views
2 Answers
3
Accepted Answer

To use the self service API, you must deactivate it in the source distribution, so self-service does not apply to your situation.

In the product documentation [1] mentions "Contact AWS Support to move an alternate domain name"

Step 1: If you are doing a cross-account CNAME move, you need to complete the configuration on the destination first, such as certificate and DNS TXT record for validation.

Step 2: When you are finished all works of step 1, contact AWS Technical Support directly. However, if you do not purchase a Support plan, you can use customer support service alternatively, and insist that you don't have no any choice and this service is their responsibility. You can also provide the document link for them.

Enter image description here

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move-contact-support:~:text=alternate%20domain%20name.-,Contact%20AWS%20Support%20to%20move%20an%20alternate%20domain%20name,-If%20the%20source

profile picture
answered 3 months ago
profile picture
EXPERT
reviewed a month ago
0

Thank you very much

profile picture
wotenis
answered 3 months 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.

Guidelines for Answering Questions