AWS Route53 domain registration is not working

0

The following error occurs when trying to register a domain: How can we solve this problem?

리소스                       상태
campingmoa.co     도메인 등록 실패: [2001 : Command syntax error ([Command syntax error])]
campingmoa.tv     도메인 등록 실패
campingmoa.tv     도메인 등록 실패: [Parameters in request are not valid]
已提问 2 年前847 查看次数
2 回答
0

The 1st error message indicates an issue with the command syntax being used. In order to accurately assist with this issue, could you kindly confirm how you are registering the domain. e.g Are you registering via AWS console, CLI, SDK or a third-party tool. For more information on the required Request Syntax for domain registration I have included links below to our documentation for the AWS CLI and API.

https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RegisterDomain.html#API_domains_RegisterDomain_RequestSyntax

https://docs.aws.amazon.com/cli/latest/reference/route53domains/register-domain.html

With regards to the [Parameters in request are not valid] error, there can be multiple causes. The most common cause is when the is a special character in any of the information. Attempt to type in, in place of copy-paste and make sure no special character in contact information.

AWS
Lucky_M
已回答 10 个月前
0

Because .co domain is currently not added as one of the supported top-level domains (TLDs) by Route 53, consider registering the domain at another domain provider and use the DNS records to point to your AWS service. Refer to the list of TLDs in this document: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html

For .tv domain, it is listed as one of the TLDs you can use to register domains with Route 53. Refer to this document for more information: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/tv.html. ‘Parameters in request are not valid’ error indicates that the parameters on the Contact Information page likely had an invalid input. Ensure that there are no special characters such as a slash ('/') in any of the contact information fields.

已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容