January 2019
Intermediate to advanced
490 pages
15h 37m
English
You can create a hosted zone from the AWS CLI by using the create-hosted-zone sub-command of the route53 AWS CLI command. I will use a different domain this time:
aws route53 create-hosted-zone \ --name quizzercloud.com \ --caller-reference 2018-28-11-11:55 \ --hosted-zone-config Comment="HostedZone for quizzercloud.com" \ --profile admin
This command should immediately return a response, as follows; it might take some time for the changes to take effect:

This should be completed in a few minutes. You can get the hosted zone status or details by using the route53 get-hosted-zone command. You can also update the name servers ...
Read now
Unlock full access