You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Describe the issue
The documentation states for the CreateHostedZoneCommand:
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/
The text was updated successfully, but these errors were encountered: