A matching domain exists in my account

0

Hello. I am working on my very first website and went straight to lightsail to register the domain and DNS and I was able to create it, domain and name server were granted and up to this point everything was on wheels. However, for some reason ther was a hold on the purchase and I did not realize this, worked on wp and created the page with no problem until I wanted to publish it. Lightsail never really charged me for it, then I wrote to CX seervice and they removed the hold so i registered the domain with Route 53 and also received another set of name servers. Now when I go to the DNS zone, it shows me the very first name servers (the ones that were never paid) and a message saying that I have a matching domain that already exist on my account, when I click on "go to domain" it takes me to the one created on route 53 with the new name servers. I dont know if this is the reason why I am getting a 403 error. I could edit the name servers there but i am affraid that the unpaid ones are not good anymore and lose everything I worked on.

2 Answers
0

So if I understand correctly, you bought mydomain.com from CX but that was put on hold (for some reason or other) and you never paid for it.

After that you created a hosted zone in Route 53 called mydomain.com (which you're allowed to, and doesn't mean you've taken ownership of the internet domain of that name).

Then you noticed that CX hasn't taken payment, and it sounds like they cancelled that transaction without it going through as mydomain.com was still available for you to register Route 53 (which you did).

At this point Route 53 will automatically try to create a hosted zone called mydomain.com but it can't because there's already one there with that name.

I think you should be fine, you're basically doing this but in a different order https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-replace-hosted-zone.html

Create an A-record for mydomain.com and point it to your WordPress site, and then add www.mydomain.com as a CNAME. Let it propagate and see how you go.

In terms of your last comment that you don't want to "lose everything I worked on" how would that happen - have you paid somebody to host your Wordpress site, and that relationship is dependent on you registering mydomain.com through them?

profile picture
EXPERT
Steve_M
answered a year ago
0

Yes, in this case you should edit the name servers on the registered domain to point back to Lightsail DNS zone name servers. To do that:

  1. Go to "Domains & DNS" tab in the Lightsail console.
  2. Click on your registered domain. In the Details tab, click on "Edit name servers" option.
  3. At the bottom of the edit menu click on the option that says "Use Lightsail name servers".
  4. You'll see a popup asking to confirm the replace name server operation. Select "Yes, replace".
  5. Click on "Save".
AWS
answered a year 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