Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"You can't create a hosted zone for a top-level domain (TLD) such as .com." for Route53 #6547

Closed
itsfaraaz opened this issue Oct 6, 2024 · 4 comments
Assignees
Labels
documentation This is a problem with documentation. p3 This is a minor priority issue

Comments

@itsfaraaz
Copy link

Describe the issue

The documentation states for the CreateHostedZoneCommand:

You can't create a hosted zone for a top-level domain (TLD) such as .com.

This is misleading or incorrect. Because the name parameter takes in exactly a TLD (such as example.com). Could this be clarified?

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route-53/command/CreateHostedZoneCommand/

@itsfaraaz itsfaraaz added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Oct 6, 2024
@aBurmeseDev aBurmeseDev self-assigned this Oct 7, 2024
@aBurmeseDev aBurmeseDev removed the needs-triage This issue or PR still needs to be triaged. label Oct 7, 2024
@aBurmeseDev
Copy link
Member

Hi @itsfaraaz - thanks for reaching out.

When the documentation states "You can't create a hosted zone for a top-level domain (TLD) such as .com," it means that you cannot create a hosted zone that contains only a top-level domain like .com, .org, or .edu. A hosted zone needs to be associated with a fully qualified domain name (FQDN), such as www.example.com or example.org. The hosted zone cannot be created for just the TLD portion alone.

The documentation explains that under the "Name" description, it states you must "Specify a fully qualified domain name, for example, www.example.com." This clarifies that the hosted zone needs to include the complete domain name, not just the TLD.

Hope that answers your question.
Best,
John

@aBurmeseDev aBurmeseDev added response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. p3 This is a minor priority issue labels Oct 7, 2024
@itsfaraaz
Copy link
Author

Awesome, thanks. I feel though that this documentation language can be updated to be clearer else it may be confusing. Thanks

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. label Oct 8, 2024
@aBurmeseDev
Copy link
Member

Totally understandable! I'll share this feedback with our docs team. Thanks again for reaching out.

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation This is a problem with documentation. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

2 participants